mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
fix database paht
This commit is contained in:
@@ -56,6 +56,9 @@ WORKDIR /app
|
||||
# Install PM2 for process management
|
||||
RUN npm install -g pm2
|
||||
|
||||
# In der Production Stage, füge diese Zeile hinzu:
|
||||
ENV DB_PATH=/app/data/schichtplan.db
|
||||
|
||||
# Copy backend built files
|
||||
COPY --from=backend-builder /app/backend/package*.json ./
|
||||
COPY --from=backend-builder /app/backend/dist/ ./dist/
|
||||
|
||||
Reference in New Issue
Block a user