Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit c525b68

Browse files
committed
fix: Disable npm update message
1 parent 5f89beb commit c525b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ENV NPM_CONFIG_PREFIX=/app/.npm
2929
ENV CF_DNS_CONFIG=/app/config.yaml
3030
ENV NODE_ENV=production
3131
ENV CF_DNS__CRON='*/5 * * * *'
32+
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
3233

3334
COPY --from=builder /packages /app/packages/
3435
COPY package.json package-lock.json index.mjs /app/

0 commit comments

Comments
 (0)