Commit eac58023 authored by tom's avatar tom

add --ignore-optional flag to docker file

parent 06452d77
...@@ -10,7 +10,7 @@ RUN apk add --no-cache libc6-compat ...@@ -10,7 +10,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app WORKDIR /app
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN apk add git RUN apk add git
RUN yarn --frozen-lockfile RUN yarn --frozen-lockfile --ignore-optional
### FEATURE REPORTER ### FEATURE REPORTER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment