We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--ignore-scripts
1 parent 3d11e8e commit 9e76752Copy full SHA for 9e76752
deploy/docker/dev/Dockerfile
@@ -56,7 +56,7 @@ RUN python -m venv --copies /workspace/app/.venv \
56
&& /workspace/app/.venv/bin/pip install cython uv nodeenv \
57
&& uv sync ${UV_INSTALL_ARGS} \
58
&& uvx nodeenv .venv --force --quiet \
59
- && NODE_OPTIONS="--no-deprecation --disable-warning=ExperimentalWarning" npm install --no-fund
+ && NODE_OPTIONS="--no-deprecation --disable-warning=ExperimentalWarning" npm install --ignore-scripts --no-fund
60
61
COPY src ./src/
62
0 commit comments