This commit is contained in:
Dongho Kim
2026-06-06 22:51:43 +02:00
commit bbb6fe64b9
19 changed files with 3146 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
worldcup-app:
build:
context: .
dockerfile: Dockerfile
container_name: 2026-worldcup
ports:
- "8080:80"
restart: unless-stopped
environment:
- NODE_ENV=production