copy database files manually

This commit is contained in:
2025-10-22 20:30:08 +02:00
parent 4a006a2e69
commit e7d30151b7

View File

@@ -23,7 +23,7 @@ COPY backend/src/ ./src/
# Build backend # Build backend
RUN npm run build RUN npm run build
# Copy database files manually (tsc doesn't copy non-TS files) # Copy database files manually
RUN cp -r src/database/ dist/database/ RUN cp -r src/database/ dist/database/
# Verify Python and OR-Tools installation # Verify Python and OR-Tools installation