mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-10 16:56:31 +00:00
13 lines
234 B
YAML
13 lines
234 B
YAML
|
|
||
|
services:
|
||
|
spiff-arena:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: dev.Dockerfile
|
||
|
#
|
||
|
# TODO: would like to figure out the permissions issue that is preventing this
|
||
|
#
|
||
|
#user: "${RUN_AS}"
|
||
|
volumes:
|
||
|
- ./:/app
|