mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
removed --ignore-engines from docker build
This commit is contained in:
parent
8de9a05fe8
commit
1a1e93be9c
@ -15,11 +15,11 @@ RUN apk --no-cache add git
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
COPY styleguide/ ./styleguide
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive --ignore-engines
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
|
||||
# Install and build Styleguide
|
||||
COPY styleguide/ ./styleguide
|
||||
RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive --ignore-engines \
|
||||
RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \
|
||||
&& cd .. \
|
||||
&& yarn run styleguide:build \
|
||||
&& rm -Rf styleguide/node_modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user