Update Dockerfile
Some checks failed
Run Tests on Code / test (push) Successful in 2m27s
Build and Release Docker Image / test (push) Successful in 3m0s
Build and Release Docker Image / build (push) Failing after 1m47s

This commit is contained in:
Neshura 2023-12-20 08:46:49 +00:00
parent 73a95740a0
commit cab30b7a7d

View file

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