mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
changed mode_modules dir cause of workspace configuration
This commit is contained in:
@@ -63,7 +63,7 @@ RUN mkdir -p /app/data
|
|||||||
|
|
||||||
# Copy backend built files
|
# Copy backend built files
|
||||||
COPY --from=backend-builder /app/backend/dist/ ./dist/
|
COPY --from=backend-builder /app/backend/dist/ ./dist/
|
||||||
COPY --from=backend-builder /app/backend/node_modules/ ./node_modules/
|
COPY --from=backend-builder /app/node_modules/ ./node_modules/
|
||||||
COPY --from=backend-builder /app/backend/package.json ./
|
COPY --from=backend-builder /app/backend/package.json ./
|
||||||
|
|
||||||
# Copy frontend built files
|
# Copy frontend built files
|
||||||
|
|||||||
Reference in New Issue
Block a user