Skip to content

Commit

Permalink
fix: ignore node engine in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Oct 22, 2021
1 parent 413fe47 commit f3a01aa
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 @@ -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

Expand Down

0 comments on commit f3a01aa

Please sign in to comment.