fix: copy www/docs to app container public folder

Fixes #1 - events and diary pages end up 404
This commit is contained in:
lotherk
2026-03-27 14:20:34 +00:00
parent 5b51de1214
commit 2858969f39

View File

@@ -39,6 +39,9 @@ COPY backend/prisma ./prisma
# Copy frontend build
COPY --from=frontend-builder /app/frontend/dist ./public
# Copy docs from www/ for the app container
COPY www/docs ./public/docs
# Setup nginx
COPY nginx.conf /etc/nginx/http.d/default.conf