Skip to content

Commit

Permalink
fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
fesiong committed Feb 11, 2025
1 parent a6f4b2a commit 1180c4f
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 @@ -23,7 +23,7 @@ COPY --from=builder /build/locales /app/locales
COPY --from=builder /build/License /app/License
COPY --from=builder /build/clientFiles /app/clientFiles
COPY --from=builder /build/dictionary.txt /app/dictionary.txt
COPY --from=builder /build/cwebp_linux_amd64 /app/source/
COPY --from=builder /build/source/cwebp_linux_amd64 /app/source/
VOLUME /app/template
VOLUME /app/public
VOLUME /app/data
Expand Down

0 comments on commit 1180c4f

Please sign in to comment.