Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(docker): updating the dockerfile-production to build with gulp su…
Browse files Browse the repository at this point in the history
…pport (#1486)
  • Loading branch information
lirantal authored Sep 8, 2016
1 parent 25c8a60 commit 1a274d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-production
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WORKDIR /opt/mean.js
# when the local package.json file changes.
# Install npm packages
ADD package.json /opt/mean.js/package.json
RUN npm install --quiet --production
RUN NODE_ENV=development npm install --quiet

# Install bower packages
ADD bower.json /opt/mean.js/bower.json
Expand Down

0 comments on commit 1a274d2

Please sign in to comment.