Skip to content

Commit

Permalink
fix(ci): get arm build top work corerctly with sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnyPig authored and louisgrasset committed Jan 24, 2024
1 parent c6201dc commit cba5952
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 @@ -6,7 +6,7 @@ COPY src/ /app/src
COPY scripts/ /app/scripts
COPY package.json package-lock.json tsconfig.json .eslintrc.json /app/

RUN npm ci --ignore-scripts && npm rebuild --platform=linux --arch=x64 --libc=musl sharp && npm run build --ignore-scripts
RUN npm ci --ignore-scripts && npm rebuild --platform=linux --libc=musl sharp && npm run build --ignore-scripts

RUN echo "" > .env

Expand Down

0 comments on commit cba5952

Please sign in to comment.