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
All checks were successful
Build and Push Docker Image / docker (push) Successful in 6s
This commit is contained in:
@@ -14,7 +14,6 @@ services:
|
|||||||
- "5173:5173"
|
- "5173:5173"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data:ro
|
- ./data:/app/data:ro
|
||||||
- ./src/server-deno/public:/app/public:ro
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- hitstar-network
|
- hitstar-network
|
||||||
|
|||||||
Reference in New Issue
Block a user