ifiguero 2024-03-10 20:36:28 -03:00
parent a3c1cf5a4e
commit 2dfca4237b
1 changed files with 4 additions and 2 deletions

View File

@ -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