fix: failing deploy by removing vendor step (#930)

This commit is contained in:
Aman Harwara
2022-03-15 19:13:08 +05:30
committed by GitHub
parent 66c9b26962
commit bd6a883679

View File

@@ -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