Make dist as volume at compose

This commit is contained in:
cracklesparkle
2024-07-22 16:16:02 +09:00
parent 153806f392
commit e1f9dc762c

View File

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