Skip to content

Commit

Permalink
trying new docker image to fix build. testing image node:16.20.0-alpi…
Browse files Browse the repository at this point in the history
…ne3.18 with NPM_CONFIG_CACHE variable.
  • Loading branch information
SoLetsDev committed Aug 10, 2023
1 parent a79c217 commit 7f65711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM artifacts.developer.gov.bc.ca/docker-remote/node:18.16.0-alpine3.18
FROM artifacts.developer.gov.bc.ca/docker-remote/node:16.20.0-alpine3.18

ENV NPM_CONFIG_CACHE /tmp/npm
RUN mkdir -p /logs \
&& chmod 755 /logs

Expand Down

0 comments on commit 7f65711

Please sign in to comment.