fix
parent
a3c1cf5a4e
commit
2dfca4237b
|
@ -4,8 +4,10 @@ RUN apk update && apk add git
|
|||
|
||||
# Copia el proyecto
|
||||
|
||||
RUN git clone -b develop/Ronald https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/admin_transporte_frontend /frontend
|
||||
RUN git clone -b develop/Ronald https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/admin_transporte_backend /backend
|
||||
#RUN git clone -b develop/Ronald https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/admin_transporte_frontend /frontend
|
||||
#RUN git clone -b develop/Ronald https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/admin_transporte_backend /backend
|
||||
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/admin_transporte_frontend /frontend
|
||||
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/admin_transporte_backend /backend
|
||||
RUN rm -rf /backend/project/dist
|
||||
|
||||
# Compilar
|
||||
|
|
Loading…
Reference in New Issue