atri.dad/docker-compose.yml

11 lines
173 B
YAML
Raw Normal View History

2024-05-14 00:00:28 -06:00
version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
image: your-app-image:latest
command: ["/app"]
ports:
- "3000:3000"