fix: remove unused volume mapping for public directory in docker-compose
All checks were successful
Build and Push Docker Image / docker (push) Successful in 6s

This commit is contained in:
2025-10-19 22:24:13 +02:00
parent 47b0caa52b
commit 1dbae8b62b

View File

@@ -14,7 +14,6 @@ services:
- "5173:5173"
volumes:
- ./data:/app/data:ro
- ./src/server-deno/public:/app/public:ro
restart: unless-stopped
networks:
- hitstar-network