feat: add config
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user