From efeef1aa10433bb9561b24319903db64b04fa822 Mon Sep 17 00:00:00 2001 From: perennial Date: Wed, 9 Oct 2024 23:38:07 +1100 Subject: [PATCH] docker: fix missing i18n directory --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index db1c1b1..e3483e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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