forked from VinokurovVE/tests
Make dist as volume at compose
This commit is contained in:
@ -7,6 +7,7 @@ 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
|
Reference in New Issue
Block a user