mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-12 19:24:13 +00:00
2469941ea6
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
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
|