1159cl/docker-compose.yml
Mario1159 3e22c60cf6
Some checks failed
Release / test (push) Failing after 5s
Release / push-docker-image (push) Has been skipped
Add docker compose for build
2024-12-06 21:30:00 -03:00

12 lines
205 B
YAML

services:
homepg:
build:
context: .
dockerfile: Dockerfile
container_name: homepg
ports:
- "3000:3000"
volumes:
- .:/app
command: ["task", "serve"]