docker fixes

This commit is contained in:
2025-07-29 01:01:16 +01:00
parent 891e398882
commit 66c513a769
3 changed files with 82 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY app/package*.json ./
# Install dependencies
RUN npm install
RUN npm install --legacy-peer-deps
# Copy the rest of the application code
COPY app/ .