new master
parent
1bdaec47c9
commit
7b3ebffe3f
|
@ -3,7 +3,7 @@ FROM node:20-alpine as frontend
|
||||||
RUN apk update && apk add git
|
RUN apk update && apk add git
|
||||||
|
|
||||||
# Copia el proyecto
|
# Copia el proyecto
|
||||||
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/admin_transporte_frontend /frontend
|
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/ilab_transporte_frontend /frontend
|
||||||
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/ilab_gestion_backend /backend
|
RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/ilab_gestion_backend /backend
|
||||||
RUN rm -rf /backend/project/dist
|
RUN rm -rf /backend/project/dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue