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 452ac29 commit c63f572Copy full SHA for c63f572
Dockerfile
@@ -9,7 +9,7 @@ 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 install --production --ignore-engines
+RUN yarn install --ignore-engines
13
# RUN yarn --frozen-lockfile
14
# RUN \
15
# if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
0 commit comments