Skip to content

Commit

Permalink
Change to official NPM package, adjust runtime user to match php-fpm …
Browse files Browse the repository at this point in the history
…container
  • Loading branch information
vbuck committed Apr 15, 2020
1 parent 3891583 commit bef0ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion environments/magento2/magepack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ COPY generate.sh /usr/bin/generate
COPY bundle.sh /usr/bin/bundle

RUN mkdir -p /var/www/html && \
npm install -g git+https://github.com/vbuck/magepack.git && \
npm install -g magepack@^2.3 && \
npm cache clean --force

ENTRYPOINT ["tail", "-f", "/dev/null"]

USER chrome

0 comments on commit bef0ef7

Please sign in to comment.