Install sqlite gem via bundler

This commit is contained in:
Pavel Pivovarov
2019-03-23 23:09:53 +00:00
parent 3a71b72798
commit 5c78eac755

View File

@@ -22,7 +22,7 @@ RUN git clone https://github.com/snibox/snibox.git /app && cd /app && git reset
COPY . /app
RUN gem install bundler && bundle install && gem install sqlite
RUN echo "gem 'sqlite'" >> Gemfile && gem install bundler && bundle install
VOLUME /app/db/database