Skip to content

Commit

Permalink
Merge pull request #1523 from blockscout/test-ci
Browse files Browse the repository at this point in the history
debug ci, remove ignore-optional flag
  • Loading branch information
isstuev authored Jan 22, 2024
2 parents 55ac1ea + 8c0adb5 commit 652620a
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 652620a

Please sign in to comment.