Skip to content
Snippets Groups Projects
Commit e6aef55f authored by fauno's avatar fauno
Browse files

copiar el gemfile limpio

parent a6559c7b
Branches master
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ COPY --from=build --chown=app:www-data /home/app/web/vendor ./vendor
COPY --from=build --chown=app:www-data /home/app/web/.bundle ./.bundle
# Y el .env
COPY --chown=app:www-data ./.env ./.env
COPY --from=build --chown=app:www-data /home/app/web/Gemfile ./Gemfile
COPY --from=build --chown=app:www-data /home/app/web/Gemfile.lock ./Gemfile.lock
USER root
RUN gem install --no-document bundler:2.0.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment