fix: update Dockerfile to copy content files from builder stage and add runtime configuration file for frontend

This commit is contained in:
Tudor Stanciu 2025-10-05 17:14:27 +03:00
parent 6fd9293be1
commit 078c41ef75

View File

@ -18,7 +18,7 @@ RUN npm ci
COPY src/ ./src/
# Copy content files needed for build
COPY --from=builder /app/content ./content
COPY content ./content
# Build both frontend and backend
ARG APP_SUBFOLDER=""