Skip to content

Commit 01fbfe0

Browse files
committed
Update container & Dockerfile configuration
1 parent ab63930 commit 01fbfe0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ RUN ./usr/bin/npm upgrade --global chai \
4646
&& ./usr/bin/npm upgrade --global gulp \
4747
&& ./usr/bin/npm upgrade --global yo
4848

49+
#-----------------------------------------------------------------------------
50+
# Move 'node_modules' To 'root' Folder
51+
#-----------------------------------------------------------------------------
52+
RUN mv /node_modules $HOME/node_modules
53+
4954
#-----------------------------------------------------------------------------
5055
# Create Workspace Application Folder
5156
#-----------------------------------------------------------------------------

rootfs/root/.bashrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ if [[ -f $THEME ]]; then
155155
fi
156156

157157
### Path Ruby RBENV / RVM ###
158-
# export RBENV="/usr/local/rbenv"
159-
# export RVM="/usr/local/rvm"
158+
# export RBENV=/usr/local/rbenv
159+
# export RVM=/usr/local/rvm
160160

161161
### rbenv (Ruby) default ###
162162
# export PATH="$RBENV/bin:$PATH"

rootfs/root/.zshrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ source $ZSH/oh-my-zsh.sh
9494
# alias ohmyzsh="mate ~/.oh-my-zsh"
9595

9696
### Path Ruby RBENV / RVM ###
97-
# export RBENV="/usr/local/rbenv"
98-
# export RVM="/usr/local/rvm"
97+
# export RBENV=/usr/local/rbenv
98+
# export RVM=/usr/local/rvm
9999

100100
### rbenv (Ruby) default ###
101101
# export PATH="$RBENV/bin:$PATH"

0 commit comments

Comments
 (0)