Fixed sqlite addition to Gemfile

This commit is contained in:
Pavel Pivovarov
2019-03-24 05:07:45 +00:00
parent 35ca7fc757
commit 56a9ef2ae0

View File

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