tweak dockerfile

dev
Andy Meneely 2020-11-19 01:18:10 -05:00
parent 4f7b397dee
commit 6670644217
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN apt-get update && \
# Build the current directory of Squib
COPY . /usr/src/app
RUN rm /usr/src/app/Gemfile.lock
RUN rm -f /usr/src/app/Gemfile.lock
RUN gem install bundler
RUN bundle install
RUN bundle exec rake install