Setting up .bash_history and linking user npmrc to project npmrc
This commit is contained in:
parent
87854d79f3
commit
5a5b3b4f31
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ 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/node/.bash_history \
|
||||||
|
&& ln -s /app/.npmrc /home/node/.npmrc
|
||||||
|
|
||||||
VOLUME /app
|
VOLUME /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue