Skip to content

Commit

Permalink
Merge pull request #475 from bcgov/release-198-docker
Browse files Browse the repository at this point in the history
updates to make tmp/npm to be writable by the pod user
  • Loading branch information
jenbeckett authored Nov 15, 2023
2 parents 8cee4d6 + 235b15f commit 5c0b94a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ ENV CHROME_BIN=/usr/bin/chromium-browser \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
GHOSTSCRIPT_PATH=/usr/bin/gs

RUN mkdir -p /tmp/npm \
&& chmod -R 777 /tmp/npm

EXPOSE 443 8080
CMD ["npm", "start"]

0 comments on commit 5c0b94a

Please sign in to comment.