Fixed docker

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 17:20:51 +08:00
parent 925cd19315
commit 64c0365c7c

View file

@ -1,9 +1,9 @@
services: services:
template: template:
container_name: ${NAME} container_name: template
restart: unless-stopped restart: unless-stopped
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- ${PORT}:8080 - 8080:8080