hups git config not necessary

This commit is contained in:
Torsten Raudssus 2024-07-28 04:52:20 +02:00
parent 32b83d3811
commit 6fd377f848

View file

@ -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