This commit is contained in:
2026-04-19 12:16:40 +07:00
parent 0be3d61f4d
commit 322ab94b10
4 changed files with 254 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
punklorde-landing-page:
build: .
container_name: punklorde-landing-page
ports:
- "3010:80"
restart: always