Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Jan 3, 2025
1 parent 2798295 commit 2f4a6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
ENV NEXT_BUILD_OUTPUT_TYPE=standalone
ENV NEXT_SHARP_PATH=/temp/node_modules/sharp

RUN npm i -g npm@latest
RUN npm i -g npm@9
# Install sharp, NextJS image optimization
RUN mkdir /temp && cd /temp && \
npm i sharp
Expand Down

0 comments on commit 2f4a6bc

Please sign in to comment.