diff --git a/docker/Dockerfile b/docker/Dockerfile index 6b868491..332ec1c0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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