diff --git a/Dockerfile.admin b/Dockerfile.admin index e96b0b4..c675852 100644 --- a/Dockerfile.admin +++ b/Dockerfile.admin @@ -3,9 +3,8 @@ FROM node:20-alpine as frontend RUN apk update && apk add git # Copia el proyecto -# RUN git clone "https://for_testing:glpat-mQEdGjBW9M1nDbCCuvzi@gitlab.com/m3f_usm/admin_transporte/frontend" /frontend 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 git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/ilab_gestion_backend /backend RUN rm -rf /backend/project/dist # Compilar diff --git a/Dockerfile.adminfull b/Dockerfile.adminfull index 81437fe..8e9c0e0 100644 --- a/Dockerfile.adminfull +++ b/Dockerfile.adminfull @@ -3,7 +3,6 @@ FROM node:20-alpine as frontend RUN apk update && apk add git # Copia el proyecto -# RUN git clone "https://for_testing:glpat-mQEdGjBW9M1nDbCCuvzi@gitlab.com/m3f_usm/admin_transporte/frontend" /frontend 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