Skip to content

Commit

Permalink
Merge pull request #474 from bcgov/release-196-docker-tmp-file-fix
Browse files Browse the repository at this point in the history
testing with updated permissions on dockerfile
  • Loading branch information
roblo-cgi authored Nov 15, 2023
2 parents 270bdd6 + bcf6381 commit d4d356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV NPM_CONFIG_CACHE /tmp/npm
RUN mkdir -p /logs \
&& chmod 755 /logs
RUN mkdir -p /tmp/npm \
&& chmod -R 755 /tmp/npm
&& chmod -R 777 /tmp/npm

WORKDIR /opt/app-root/src
RUN ln -s /logs .
Expand Down

0 comments on commit d4d356f

Please sign in to comment.