Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Explicitly set home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Jul 19, 2021
1 parent 106e690 commit cee48fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -4,6 +4,7 @@ RUN wget -q -nc -O - https://github.com/jgm/pandoc/releases/download/2.7.3/pando

USER node
ENV NODE_ENV=production
ENV HOME=/home/node
WORKDIR /home/node
COPY --chown=node package.json package-lock.json ./
RUN npm install
Expand Down

0 comments on commit cee48fb

Please sign in to comment.