Skip to content

Commit

Permalink
Remove running command moving node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Nov 17, 2017
1 parent 798daa0 commit 1f197b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ RUN /usr/bin/npm upgrade --global chai \
&& /usr/bin/npm upgrade --global gulp \
&& /usr/bin/npm upgrade --global yo

#-----------------------------------------------------------------------------
# Move 'node_modules' To 'root' Folder
#-----------------------------------------------------------------------------
RUN mv /node_modules $HOME/node_modules

# -----------------------------------------------------------------------------
# UTC Timezone & Networking
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 1f197b0

Please sign in to comment.