refactor: Simplify volume mappings in Docker Compose configuration and remove package-lock.json from .gitignore

This commit is contained in:
sHa
2025-04-27 22:24:45 +03:00
parent db01614dd8
commit cb95d8e1b0
2 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View File

@@ -3,7 +3,7 @@ node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock
# Build output

View File

@@ -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