Template
1
0
Fork 0
goth.stack/docker-compose.yml
2024-09-08 23:56:14 -06:00

12 lines
190 B
YAML

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