mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 01:40:42 +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
|