We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc57c2 commit 452ac29Copy full SHA for 452ac29
Dockerfile
@@ -9,7 +9,8 @@ WORKDIR /app
9
# Install dependencies based on the preferred package manager
10
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
11
12
-RUN yarn --frozen-lockfile
+RUN yarn install --production --ignore-engines
13
+# RUN yarn --frozen-lockfile
14
# RUN \
15
# if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
16
# elif [ -f package-lock.json ]; then npm ci; \
0 commit comments