Skip to content

Commit

Permalink
fix: Fix node-dev-webpack/Dockerfile so npm install is run
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 25, 2021
1 parent 2e76e31 commit bad5f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-config/node-dev-webpack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ WORKDIR /var/www/project/buildchain/
# but saves far more time in not having to deal with out of sync versions
# when working with teams or multiple environments
CMD export CPPFLAGS="-DPNG_ARM_NEON_OPT=0" \
&& \
npm install \
&& \
npm run debug

0 comments on commit bad5f5f

Please sign in to comment.