fix: revert docker file change

This commit is contained in:
bijan 2024-05-12 21:24:25 +03:30
parent 2e968db866
commit 3f45cec5bb

View File

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