Skip to content

Commit

Permalink
Merge pull request #1 from danielozano/use-nodephp-image
Browse files Browse the repository at this point in the history
use node-php image instead of building it
  • Loading branch information
jalogut authored Aug 15, 2018
2 parents b2aa4d4 + 551521d commit d45bb54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions config/docker/image/nodejs-php/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
privileged: true

node:
build: ./config/docker/image/nodejs-php
image: modestcoders/node-php:node8-php7.0
volumes: *appvolumes
environment:
- 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)
Expand Down

0 comments on commit d45bb54

Please sign in to comment.