Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ COPY --from=build --chown=hcf_api:hcf_api /usr/src/app/dist ./dist
COPY --chown=hcf_api:hcf_api ./public ./public

USER root
COPY --from=build --chmod=664 /usr/src/app/dist/reports/assets/fonts/*.ttf /usr/share/fonts/truetype/
COPY --from=build /usr/src/app/dist/reports/assets/fonts/*.ttf /usr/share/fonts/truetype/
RUN chmod 664 /usr/share/fonts/truetype/*.ttf
USER hcf_api

EXPOSE $PORT
Expand Down
Loading