fix warning in workflow for lower case as (#8494)

This commit is contained in:
Ulf Gebhardt 2025-05-07 00:46:51 +02:00 committed by GitHub
parent 5d348c2eaf
commit 32026dacfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,6 @@ ONBUILD RUN yarn run generate
FROM build AS production_build
FROM base as production
FROM base AS production
COPY --from=production_build ./app/dist/ /usr/share/nginx/html/
COPY --from=production_build ./app/maintenance/nginx/custom.conf /etc/nginx/conf.d/default.conf