mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:41:42 +00:00
no fallar el container si vendor no existe
This commit is contained in:
parent
7f7129de3f
commit
92a292c42b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue