Skip to content

Commit

Permalink
Fix typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Jan 19, 2024
1 parent 6e7769b commit 56dd85a
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 @@ -10,7 +10,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
# to reduce the size of the resulting image.
RUN apt-get update && \
apt-get install -y python3-minimal build-essential git && \
npm isntall --legacy-peer-deps && \
npm install --legacy-peer-deps && \
#yarn install && \
apt-get clean && \
apt-get purge -y python3-minimal build-essential git && \
Expand Down

0 comments on commit 56dd85a

Please sign in to comment.