Switched to original Gemfile

This commit is contained in:
Pavel Pivovarov
2019-03-23 23:03:56 +00:00
parent c1e31a0bd6
commit 3a71b72798
2 changed files with 1 additions and 35 deletions

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
RUN gem install bundler && bundle install && gem install sqlite
VOLUME /app/db/database