Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Upgrade npm package to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
camilb committed Mar 25, 2024
1 parent 9dc0b91 commit 78c0e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ WORKDIR /app

RUN apk update && apk upgrade

# upgrade npm
RUN npm install -g npm@latest

ENV NODE_ENV production
ENV NODE_OPTIONS='-r next-logger'
# You only need to copy next.config.js if you are NOT using the default configuration
Expand Down

0 comments on commit 78c0e8a

Please sign in to comment.