Skip to content

Commit

Permalink
fix(ci): media
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodleOfDeath committed Oct 15, 2023
1 parent e04e375 commit e673d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY src/server/package.json ./
COPY src/server/yarn.lock ./
COPY src/server/src ./src
RUN yarn install --non-interactive --immutable
RUN npm rebuild --arch=x64 --platform=linux --libc=musl sharp

FROM copy AS pre-build
COPY src/server/tsconfig.json ./
Expand Down

0 comments on commit e673d2c

Please sign in to comment.