Skip to content

Commit

Permalink
fix: Fixed DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Mar 23, 2024
1 parent bdbf7ca commit 4b86e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ WORKDIR /usr/src/server-cli
ENV NODE_ENV=production PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
COPY package.json yarn.lock ./
RUN yarn install --production --pure-lockfile && \
yarn add sharp --ignore-engines &&
yarn add sharp --ignore-engines && \
yarn cache clean

FROM base as build
Expand Down

0 comments on commit 4b86e5a

Please sign in to comment.