Skip to content

Commit

Permalink
Merge pull request #90 from IzStriker/fix-k8s
Browse files Browse the repository at this point in the history
fix: copy to a fonts dir
  • Loading branch information
djpiper28 authored Feb 28, 2024
2 parents 6fe9b8b + 00a1892 commit 7074829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKDIR /app/
COPY docker_start.sh .
RUN chmod -R 600 .
COPY --from=build-env /app/out .
COPY --from=build-env /fonts .local/share/
COPY --from=build-env /fonts .local/share/fonts

EXPOSE 5000
ENTRYPOINT [ "sh", "docker_start.sh" ]

0 comments on commit 7074829

Please sign in to comment.