We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9620160 commit 79e85f2Copy full SHA for 79e85f2
.ddev/commands/host/setup-drupal
@@ -30,6 +30,6 @@ if [ ${DDEV_MUTAGEN_ENABLED} ]; then
30
ddev mutagen sync || true
31
fi
32
33
-INSTALL_PACKAGES=npm install --package-lock-only && npm ci && pm2 restart all
+INSTALL_PACKAGES="npm install --package-lock-only && npm ci && pm2 restart all"
34
35
ddev exec -s=frontend "${INSTALL_PACKAGES}" || ddev exec "${INSTALL_PACKAGES}"
starterkits/drupal/docker-compose.frontend.yaml
@@ -8,7 +8,7 @@ services:
8
- 3000
9
- 6006
10
volumes:
11
- - ./../next:/var/www/html/frontend:cached
+ - ./../frontend:/var/www/html/frontend:cached
12
- ".:/mnt/ddev_config"
13
- ddev-global-cache:/mnt/ddev-global-cache
14
working_dir: /var/www/html/frontend
0 commit comments