mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
copy database files manually
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user