Skip to content

Commit

Permalink
Change working dir to avoid symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 committed Jan 31, 2024
1 parent 2f33444 commit 6c26e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
container_name: node-compiler
volumes:
- ./:/var/www/html
working_dir: /var/www/html/system/templates/base
working_dir: /var/www/html/composer/vendor/2pisoftware/cmfive-core/system/templates/base
command: "sh -c \"npm i && npm run watch\""
healthcheck:
test: ["CMD-SHELL", "ps aux | grep 'npm run watch' | grep -v grep"]
Expand Down

0 comments on commit 6c26e46

Please sign in to comment.