fix: ignore node engine in Dockerfile

This commit is contained in:
Mo Bitar
2021-10-22 15:07:46 -05:00
parent 413fe47828
commit f3a01aa60d

View File

@@ -15,7 +15,7 @@ COPY package.json yarn.lock Gemfile Gemfile.lock /app/
COPY vendor /app/vendor
RUN yarn install --pure-lockfile
RUN yarn install --pure-lockfile --ignore-engines
RUN gem install bundler && bundle install