update
dongho-repo/worldcup2026/pipeline/head This commit looks good

This commit is contained in:
Dongho Kim
2026-06-12 22:53:08 +02:00
parent 805248f6d2
commit d5c9765970
4 changed files with 765 additions and 58 deletions
+11
View File
@@ -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"