Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f64c721

Browse files
committedApr 4, 2025·
last commit
1 parent 75ca85e commit f64c721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN npm cache clean --force
1414
RUN npm install ajv@6 ajv-keywords@3 --legacy-peer-deps
1515

1616
# Install other dependencies
17-
RUN npm install --legacy-peer-deps
17+
RUN npm install --legacy-peer-deps --ignore-scripts
1818

1919
# Copy the rest of the application code
2020
COPY . .

0 commit comments

Comments
 (0)
Please sign in to comment.