@@ -0,0 +1,11 @@
|
||||
services:
|
||||
worldcup-app-local:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: 2026-worldcup-local
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
ports:
|
||||
- "8080:80"
|
||||
Reference in New Issue
Block a user