Skip to content

Commit

Permalink
Merge pull request #13 from meta-panic/build/src-path-variables
Browse files Browse the repository at this point in the history
build: add src path variables for docker-compose
  • Loading branch information
meta-panic authored Jan 5, 2025
2 parents 95c9fc1 + a29bd88 commit 9f4ef2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-config/docker-compose.dev.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# - "9229:9229" # Node.js debugging port
# command: "node --inspect=0.0.0.0:9229 --enable-source-maps --no-deprecation node_modules/.bin/strapi develop -- --watch-admin"
volumes:
- /mnt/c/Users/Rita/projects/pets/church/strapi-2/strapi-church-cms/cms/src:/usr/app/src
- ${DEV_CMS_SRC_PATH}:/usr/app/src
frontend:
build:
context: ../frontend
Expand All @@ -18,4 +18,4 @@ services:
- CHOKIDAR_USEPOLLING=true
- WATCHPACK_POLLING=true
volumes:
- /mnt/c/Users/Rita/projects/pets/church/strapi-2/strapi-church-cms/frontend/src:/app/src
- ${DEV_FRONTEND_SRC_PATH}:/app/src

0 comments on commit 9f4ef2d

Please sign in to comment.