Template
1
0
Fork 0
goth.stack/docker-compose.dev.yml
2024-09-20 01:25:09 -06:00

10 lines
176 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
image: atridad:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"