fix bundle version&mimemagic gpl version

This commit is contained in:
tkmru
2021-04-27 15:31:05 +09:00
parent 87846e6cda
commit 9d606742fb
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -4,5 +4,6 @@ RUN mkdir /myapp
WORKDIR /myapp
ADD Gemfile /myapp/Gemfile
ADD Gemfile.lock /myapp/Gemfile.lock
RUN gem install bundler -v 1.17.3
RUN bundle install
ADD . /myapp