Template
1
0
Fork 0
goth.stack/docker-compose.yml
Atridad Lahiji 043803e041
Some checks failed
Fly Deploy / Deploy app (push) Failing after 3s
Makefile!
2024-12-18 23:21:12 -06:00

6 lines
97 B
YAML

services:
app:
image: ${IMAGE}
command: ["/app"]
ports:
- "${APP_PORT}:3000"