Skip to content

Commit

Permalink
fix: failing deploy by removing vendor step (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Mar 15, 2022
1 parent 66c9b26 commit bd6a883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ WORKDIR /app/

COPY package.json yarn.lock Gemfile Gemfile.lock /app/

COPY vendor /app/vendor

RUN yarn install --pure-lockfile

RUN gem install bundler && bundle install
Expand Down

0 comments on commit bd6a883

Please sign in to comment.