fix: ignore node engine in Dockerfile
This commit is contained in:
@@ -15,7 +15,7 @@ COPY package.json yarn.lock Gemfile Gemfile.lock /app/
|
|||||||
|
|
||||||
COPY vendor /app/vendor
|
COPY vendor /app/vendor
|
||||||
|
|
||||||
RUN yarn install --pure-lockfile
|
RUN yarn install --pure-lockfile --ignore-engines
|
||||||
|
|
||||||
RUN gem install bundler && bundle install
|
RUN gem install bundler && bundle install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user