Skip to content

Commit

Permalink
hotfix for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
soletsdev committed Jan 17, 2024
1 parent 9b21671 commit 7b67305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM artifacts.developer.gov.bc.ca/docker-remote/node:lts-alpine3.13

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

RUN mkdir -p /logs
RUN chmod 755 /logs

Expand Down

0 comments on commit 7b67305

Please sign in to comment.