Skip to content

Commit 9e76752

Browse files
committed
fix: adds --ignore-scripts flag
1 parent 3d11e8e commit 9e76752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN python -m venv --copies /workspace/app/.venv \
5656
&& /workspace/app/.venv/bin/pip install cython uv nodeenv \
5757
&& uv sync ${UV_INSTALL_ARGS} \
5858
&& uvx nodeenv .venv --force --quiet \
59-
&& NODE_OPTIONS="--no-deprecation --disable-warning=ExperimentalWarning" npm install --no-fund
59+
&& NODE_OPTIONS="--no-deprecation --disable-warning=ExperimentalWarning" npm install --ignore-scripts --no-fund
6060

6161
COPY src ./src/
6262

0 commit comments

Comments
 (0)