fix: update docker and messages

This commit is contained in:
2024-05-12 20:29:52 +03:30
parent 73637b52ce
commit 175d3a5e89
2 changed files with 12 additions and 0 deletions

View File

@ -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