404 when reloading pade no profile visible

This commit is contained in:
2026-01-24 15:46:09 +01:00
parent 02a7feeff9
commit 8c2c302ca9
2 changed files with 48 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ FROM nginx:alpine
# Adjust /usr/src/app/build -> /usr/src/app/dist if youre using Angular/Vue
#COPY --from=build /usr/src/app/build /usr/share/nginx/html
COPY --from=build /usr/src/app/dist /usr/share/nginx/html
# Copy custom nginx configuration for SPA routing
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
# Expose HTTP port
EXPOSE 80