Skip to content

Commit 6ebf4e9

Browse files
committed
Remove running command moving node_modules
1 parent acc9dbc commit 6ebf4e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ RUN /usr/bin/npm upgrade --global chai \
6262
&& /usr/bin/npm upgrade --global gulp \
6363
&& /usr/bin/npm upgrade --global yo
6464

65-
#-----------------------------------------------------------------------------
66-
# Move 'node_modules' To 'root' Folder
67-
#-----------------------------------------------------------------------------
68-
RUN mv /node_modules $HOME/node_modules
69-
7065
# -----------------------------------------------------------------------------
7166
# UTC Timezone & Networking
7267
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)