Fix langauge file for Dockerfile

This commit is contained in:
LukeGus
2025-09-10 20:55:40 -05:00
parent 60f7b7f119
commit 2b2848329c

View File

@@ -57,7 +57,7 @@ RUN apk add --no-cache nginx gettext su-exec && \
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY --from=frontend-builder /app/dist /usr/share/nginx/html
COPY --from=frontend-builder /app/public/locales /usr/share/nginx/html/locales
COPY --from=frontend-builder /app/src/locales /usr/share/nginx/html/locales
RUN chown -R nginx:nginx /usr/share/nginx/html
WORKDIR /app