build: Suppress npm update notifier
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ COPY --chown=node:node server .
|
|||||||
|
|
||||||
RUN python3 -m venv .venv \
|
RUN python3 -m venv .venv \
|
||||||
&& .venv/bin/pip3 install -r requirements.txt --no-cache-dir \
|
&& .venv/bin/pip3 install -r requirements.txt --no-cache-dir \
|
||||||
&& mv .env.sample .env
|
&& mv .env.sample .env \
|
||||||
|
&& npm config set update-notifier false
|
||||||
|
|
||||||
COPY --from=server-dependencies --chown=node:node /app/node_modules node_modules
|
COPY --from=server-dependencies --chown=node:node /app/node_modules node_modules
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user