Added up srvnode script
This commit is contained in:
parent
a8373ca11a
commit
84450546ce
3 changed files with 32 additions and 1 deletions
|
@ -23,7 +23,8 @@ USER $SRV_UID:$SRV_GID
|
|||
ENV PATH "/app/node_modules/.bin:$PATH"
|
||||
|
||||
RUN ln -s /app/.bash_history $HOME/.bash_history \
|
||||
&& ln -s /app/.npmrc $HOME/.npmrc
|
||||
&& ln -s /app/.npmrc $HOME/.npmrc \
|
||||
&& git config --global init.defaultBranch main
|
||||
|
||||
VOLUME /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue