feat: add config

This commit is contained in:
2024-05-12 21:22:30 +03:30
parent 373767990c
commit 2e968db866
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ WORKDIR /app
EXPOSE 3000
COPY Gemfile* package.json yarn.lock /app/
COPY Gemfile* package.json yarn.lock /app/ /config/
RUN gem install bundler -v 2.1.4 && \
bundle install --jobs 20