Skip to content

Commit

Permalink
🐛 ajuste Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitordiniz25 committed Dec 8, 2023
1 parent 673f700 commit b454f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY package*.json /app/
RUN npm cache clean --force

# Install dependencies
RUN npm install || npm ci
RUN npm install --legacy-peer-deps || npm ci

# Copy the rest of the files
COPY . /app/
Expand Down

0 comments on commit b454f70

Please sign in to comment.