Skip to content

Commit

Permalink
Fix copy fonts in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKoerner committed Jun 20, 2024
1 parent b462de2 commit 1afe524
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 @@ -8,7 +8,7 @@ FROM node:20-slim AS prod
EXPOSE 3000
WORKDIR /app
COPY --from=build /app/dist /app/dist
COPY fonts /app/fonts
COPY --from=build /app/fonts /app/fonts
COPY versions /app/versions
COPY package.json /app/package.json
COPY package-lock.json /app/package-lock.json
Expand Down

0 comments on commit 1afe524

Please sign in to comment.