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

This commit is contained in:
Neshura 2023-12-20 08:42:03 +00:00
parent 694d94c58d
commit 73a95740a0

View file

@ -7,7 +7,7 @@ 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 --frozen-lockfile --libc=musl RUN yarn install
## BUILD STEP ## BUILD STEP
# Rebuild the source code only when needed # Rebuild the source code only when needed