Remove dist from volumes

This commit is contained in:
cracklesparkle
2024-08-01 13:53:13 +09:00
parent 748aa81a99
commit 878f206189

View File

@ -7,7 +7,6 @@ services:
volumes: volumes:
- ./frontend_reactjs:/app - ./frontend_reactjs:/app
- /app/node_modules - /app/node_modules
- /app/dist
ports: ports:
- 5173:5173 - 5173:5173
restart: always restart: always