ifiguero 2024-07-30 13:17:06 -04:00
parent 54cf65f17b
commit 3125061354
2 changed files with 1 additions and 3 deletions

View File

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

View File

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