mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 03:26:59 +00:00
refactor: Simplify volume mappings in Docker Compose configuration and remove package-lock.json from .gitignore
This commit is contained in:
@@ -8,11 +8,7 @@ services:
|
||||
- "5006:5000"
|
||||
- "35729:35729"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./public:/app/public
|
||||
- ./rollup.config.js:/app/rollup.config.js
|
||||
- ./package.json:/app/package.json
|
||||
- ./scripts:/app/scripts
|
||||
- ./:/app
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
|
||||
Reference in New Issue
Block a user