Skip to content

Commit c63f572

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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 install --production --ignore-engines
12+
RUN yarn install --ignore-engines
1313
# RUN yarn --frozen-lockfile
1414
# RUN \
1515
# if [ -f yarn.lock ]; then yarn --frozen-lockfile; \

0 commit comments

Comments
 (0)