mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
ignoring peerdepencdecies in frontend build
This commit is contained in:
@@ -39,7 +39,7 @@ COPY frontend/package*.json ./
|
|||||||
COPY frontend/tsconfig.json ./
|
COPY frontend/tsconfig.json ./
|
||||||
|
|
||||||
# Install frontend dependencies
|
# Install frontend dependencies
|
||||||
RUN npm ci
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
# Copy frontend source
|
# Copy frontend source
|
||||||
COPY frontend/src/ ./src/
|
COPY frontend/src/ ./src/
|
||||||
|
|||||||
Reference in New Issue
Block a user