Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minhhikari1994 committed Apr 27, 2024
1 parent 6a38de4 commit e5f4ff2
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 @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="Minh Hikari <minhhikari1994+dev@outlook.
ADD .output/ /app
WORKDIR /app/server

RUN npm install --cpu=x64 --os=linux sharp && install --cpu=x64 --os=linux --libc=musl sharp
RUN npm install --cpu=x64 --os=linux sharp && npm install --cpu=x64 --os=linux --libc=musl sharp
WORKDIR /app

EXPOSE 3000
Expand Down

0 comments on commit e5f4ff2

Please sign in to comment.