Skip to content

Commit

Permalink
added public folder to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Sep 5, 2023
1 parent 594163e commit a35cb1b
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 @@ -3,6 +3,9 @@ FROM artifacts.developer.gov.bc.ca/docker-remote/node:14.20.1-alpine3.16
RUN mkdir -p /logs
RUN chmod 775 /logs

RUN mkdir -p /public
RUN chmod 775 /public

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

Expand Down

0 comments on commit a35cb1b

Please sign in to comment.