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.
2 parents b2aa4d4 + 551521d commit d45bb54Copy full SHA for d45bb54
config/docker/image/nodejs-php/Dockerfile
docker-compose.yml
@@ -59,7 +59,7 @@ services:
59
privileged: true
60
61
node:
62
- build: ./config/docker/image/nodejs-php
+ image: modestcoders/node-php:node8-php7.0
63
volumes: *appvolumes
64
environment:
65
- NPM_CONFIG_PREFIX=/home/node/.npm-global # To avoid permission error on npm install. It tries to save it at /var/www (root is the owner)
0 commit comments