hups git config not necessary
This commit is contained in:
parent
32b83d3811
commit
6fd377f848
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ USER $SRV_UID:$SRV_GID
|
||||||
ENV PATH "/app/node_modules/.bin:$PATH"
|
ENV PATH "/app/node_modules/.bin:$PATH"
|
||||||
|
|
||||||
RUN ln -s /app/.bash_history $HOME/.bash_history \
|
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
|
VOLUME /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue