Update Dockerfile
Some checks failed
Run Tests on Code / test (push) Successful in 2m33s
Build and Release Docker Image / test (push) Successful in 2m28s
Build and Release Docker Image / build (push) Failing after 2m46s

This commit is contained in:
Neshura 2023-12-20 08:54:19 +00:00
parent cab30b7a7d
commit d80ccd2758

View file

@ -7,7 +7,8 @@ WORKDIR /app
# Copy the files needed to install deps # Copy the files needed to install deps
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN yarn install --cpu=x64 --os=linux --libc=musl --frozen-lockfile RUN yarn add sharp
RUN yarn install --frozen-lockfile
## BUILD STEP ## BUILD STEP
# Rebuild the source code only when needed # Rebuild the source code only when needed