Update to Angular v19 and fixing #3

Merged
sandre merged 41 commits from fix/error-after-update-angular-19 into master 2026-01-20 10:56:35 +00:00
Showing only changes of commit 55248a06d4 - Show all commits

View File

@@ -27,7 +27,7 @@ COPY nginx.conf /etc/nginx/sites-available/default
RUN rm -rf /usr/share/nginx/html/*
# Copy frontend dist folder to nginx html directory
COPY --from=build-frontend /app/dist /usr/share/nginx/html
COPY --from=build-frontend /app/dist/browser /usr/share/nginx/html
# Copy backend from the correct build stage
COPY --from=build-backend /app/publish /app