mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
8 lines
142 B
YAML
8 lines
142 B
YAML
version: "3"
|
|
services:
|
|
roc:
|
|
build: .
|
|
entrypoint: roc
|
|
working_dir: /home/ubuntu/app
|
|
volumes:
|
|
- ../../:/home/ubuntu/app
|