Skip to content

Commit

Permalink
updated dockerfile with public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Sep 5, 2023
1 parent a35cb1b commit 2828814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN chmod 775 /public

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

COPY package*.json ./
RUN npm ci
Expand Down

0 comments on commit 2828814

Please sign in to comment.