1159cl/docker-compose.yml

12 lines
205 B
YAML
Raw Normal View History

2024-12-07 00:30:00 +00:00
services:
homepg:
build:
context: .
dockerfile: Dockerfile
container_name: homepg
ports:
- "3000:3000"
volumes:
- .:/app
command: ["task", "serve"]