Skip to content

Commit

Permalink
Fixed NPM executable file not found in $PATH #210
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Jan 31, 2020
1 parent eec4ae4 commit 458619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/php/7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN groupadd -g 1000 app \
&& useradd -g 1000 -u 1000 -d /var/www -s /bin/bash app

RUN apt-get install -y gnupg \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get install -y nodejs \
&& mkdir /var/www/.config /var/www/.npm \
&& chown app:app /var/www/.config /var/www/.npm \
Expand Down
2 changes: 1 addition & 1 deletion images/php/7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN groupadd -g 1000 app \
&& useradd -g 1000 -u 1000 -d /var/www -s /bin/bash app

RUN apt-get install -y gnupg \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get install -y nodejs \
&& mkdir /var/www/.config /var/www/.npm \
&& chown app:app /var/www/.config /var/www/.npm \
Expand Down

0 comments on commit 458619d

Please sign in to comment.