Skip to content

Commit

Permalink
debug ci, remove ignore-optional flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev committed Jan 22, 2024
1 parent c9d7786 commit 8c0adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock ./
RUN apk add git
RUN yarn --frozen-lockfile --ignore-optional
RUN yarn --frozen-lockfile


### FEATURE REPORTER
Expand Down

0 comments on commit 8c0adb5

Please sign in to comment.