Skip to content

Commit

Permalink
Merge pull request #10 from icefoganalytics/main
Browse files Browse the repository at this point in the history
Missing templates
  • Loading branch information
datajohnson authored Jul 2, 2024
2 parents 626284d + 6ca4192 commit e737a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ RUN npm run build
WORKDIR /home/node/app

COPY --chown=node:node api/src/web/*.png /home/node/app/dist/web/
COPY --chown=node:node api/src/templates/* /home/node/app/dist/templates/
COPY --chown=node:node api/src/templates/email/* /home/node/app/dist/templates/email/

CMD ["node", "./dist/index.js"]

0 comments on commit e737a12

Please sign in to comment.