Skip to content

Commit

Permalink
fix: πŸ› supervisord npm error (ministryofjustice#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskaran Sarkaria authored Jan 4, 2023
1 parent 0fcaec6 commit acfd898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ FROM ${BUILD_IMAGE} as runner

RUN useradd nextjs && \
groupadd nodejs && \
usermod -a -G nodejs nextjs
usermod -a -G nodejs nextjs && \
npm config set cache /tmp/npm --global

ENV NEXT_TELEMETRY_DISABLED=1
ENV NODE_ENV=production
Expand Down

0 comments on commit acfd898

Please sign in to comment.