From e7d30151b70d27fbedb6d0e1a180fe76822836f1 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Wed, 22 Oct 2025 20:30:08 +0200 Subject: [PATCH] copy database files manually --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51dcc28..94c1c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY backend/src/ ./src/ # Build backend 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/ # Verify Python and OR-Tools installation