diff --git a/Dockerfile b/Dockerfile index e8c770d3..81628bbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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