Merge branch 'master' into chat-message-notification-e2e-tests

This commit is contained in:
mahula 2025-05-07 04:23:14 +02:00 committed by GitHub
commit ad1ee8b739
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