docker fixes
This commit is contained in:
@@ -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/ .
|
||||
|
||||
Reference in New Issue
Block a user