fix
parent
54cf65f17b
commit
3125061354
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue