fix bundle version&mimemagic gpl version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user