Skip to content

Commit

Permalink
add --ignore-optional flag to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Oct 13, 2023
1 parent 06452d7 commit eac5802
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
RUN yarn --frozen-lockfile --ignore-optional


### FEATURE REPORTER
Expand Down

0 comments on commit eac5802

Please sign in to comment.