🏗 Remove verbose logging, support linux/amd64,linux/arm64 architectures

This commit is contained in:
Alicia Sykes
2024-03-03 21:07:56 +00:00
parent 70651b75f7
commit 472932806d
2 changed files with 2 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ WORKDIR /app
# Install app dependencies
COPY package.json yarn.lock ./
RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 300000 --network-concurrency 1 --verbose
RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 300000 --network-concurrency 1
# Copy over all project files and folders to the working directory
COPY . ./