docker: fix missing i18n directory

This commit is contained in:
perennial
2024-10-09 23:38:07 +11:00
parent b63215a55b
commit efeef1aa10
+1
View File
@@ -22,6 +22,7 @@ FROM scratch
# Copy necessary files from the builder stage
COPY --from=builder /app/pixivfe /app/pixivfe
COPY --from=builder /app/assets /app/assets
COPY --from=builder /app/i18n /app/i18n
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
# Copy passwd file for the non-privileged user from the user-stage