Setting up .bash_history and linking user npmrc to project npmrc

This commit is contained in:
Torsten Raudssus 2023-03-19 07:21:56 +01:00
parent 87854d79f3
commit 5a5b3b4f31

View file

@ -19,6 +19,9 @@ USER $SRV_UID:$SRV_GID
ENV PATH "/app/node_modules/.bin:$PATH"
RUN ln -s /app/.bash_history /home/node/.bash_history \
&& ln -s /app/.npmrc /home/node/.npmrc
VOLUME /app
WORKDIR /app