initial
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 9s

This commit is contained in:
2025-08-02 20:53:18 +02:00
commit 56b2574e5a
6 changed files with 112 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
web:
container_name: htg-landing
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
ports:
- "5556:80"