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

13 lines
190 B
YAML
Raw Normal View History

2024-06-07 15:43:27 -06:00
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
image: atridad:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"