docker compose added

This commit is contained in:
Concept Agent
2026-05-07 11:56:16 +02:00
parent 9907a2ab7d
commit b363d19da7
+9
View File
@@ -0,0 +1,9 @@
services:
web:
image: floorithardwoodfloors-static
build:
context: .
dockerfile: Dockerfile
ports:
- "8096:80"
restart: unless-stopped