no fallar el container si vendor no existe

This commit is contained in:
f 2021-06-15 19:04:00 -03:00
parent 7f7129de3f
commit 92a292c42b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ RUN cd ../checkout && git checkout $BRANCH
WORKDIR /home/app/checkout
# Traer las gemas:
RUN rm -r ./vendor
RUN rm -rf ./vendor
RUN mv ../sutty/vendor ./vendor
RUN mv ../sutty/.bundle ./.bundle