fix: serve static site from public folder in docker

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-23 18:20:55 +02:00
parent 14941aa6c8
commit b8fd07463d
5 changed files with 281 additions and 3 deletions
+1 -3
View File
@@ -5,7 +5,5 @@ services:
ports:
- "8380:80"
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./tailwind.css:/usr/share/nginx/html/tailwind.css:ro
- ./favicon.svg:/usr/share/nginx/html/favicon.svg:ro
- ./public:/usr/share/nginx/html:ro
restart: unless-stopped