Skip to content

Commit

Permalink
Merge pull request #3492 from ever-co/develop
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
evereq authored Jan 3, 2025
2 parents 4c163c0 + 2f4a6bc commit 2dce5a2
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 2dce5a2

Please sign in to comment.