Skip to content

Commit

Permalink
Merge pull request #285 from icefoganalytics/test
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
datajohnson authored Jul 12, 2024
2 parents 6652a2d + 9983958 commit b5a24cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN npm run build

COPY --chown=node:node src/api/templates/* /home/node/app/dist/templates/
COPY --chown=node:node src/api/templates/admin/* /home/node/app/dist/templates/admin
COPY --chown=node:node src/api/templates/admin/vendor/* /home/node/app/dist/templates/admin/vendor
COPY --chown=node:node src/api/templates/email/* /home/node/app/dist/templates/email
COPY --chown=node:node src/api/templates/layouts/* /home/node/app/dist/templates/layouts
COPY --chown=node:node src/api/web/*.png /home/node/app/dist/web/
Expand Down

0 comments on commit b5a24cf

Please sign in to comment.