fix: update docker and messages
This commit is contained in:
@ -20,4 +20,6 @@ COPY Gemfile* package.json yarn.lock /app/
|
||||
RUN gem install bundler -v 2.1.4 && \
|
||||
bundle install --jobs 20
|
||||
|
||||
RUN bundle update
|
||||
|
||||
COPY . /app
|
Reference in New Issue
Block a user