mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 02:53:22 +00:00
refactor: Simplify volume mappings in Docker Compose configuration and remove package-lock.json from .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,7 +3,7 @@ node_modules/
|
|||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-debug.log
|
yarn-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
package-lock.json
|
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
# Build output
|
# Build output
|
||||||
|
|||||||
@@ -8,11 +8,7 @@ services:
|
|||||||
- "5006:5000"
|
- "5006:5000"
|
||||||
- "35729:35729"
|
- "35729:35729"
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app/src
|
- ./:/app
|
||||||
- ./public:/app/public
|
|
||||||
- ./rollup.config.js:/app/rollup.config.js
|
|
||||||
- ./package.json:/app/package.json
|
|
||||||
- ./scripts:/app/scripts
|
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
- CHOKIDAR_USEPOLLING=true
|
- CHOKIDAR_USEPOLLING=true
|
||||||
|
|||||||
Reference in New Issue
Block a user