Skip to content

Commit 452ac29

Browse files
committed
ci: upgrade Dockerfile.
1 parent bcc57c2 commit 452ac29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ WORKDIR /app
99
# Install dependencies based on the preferred package manager
1010
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
1111

12-
RUN yarn --frozen-lockfile
12+
RUN yarn install --production --ignore-engines
13+
# RUN yarn --frozen-lockfile
1314
# RUN \
1415
# if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
1516
# elif [ -f package-lock.json ]; then npm ci; \

0 commit comments

Comments
 (0)