pollo/docker-compose.yml
2024-05-14 00:00:28 -06:00

11 lines
No EOL
173 B
YAML

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