Template
1
0
Fork 0
goth.stack/docker-compose.dev.yml

11 lines
176 B
YAML
Raw Permalink Normal View History

2024-09-20 01:25:09 -06:00
services:
app:
build:
context: .
dockerfile: Dockerfile
image: atridad:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"