new master

main
ifiguero 2024-08-05 09:24:15 -04:00
parent 1bdaec47c9
commit 7b3ebffe3f
1 changed files with 1 additions and 1 deletions

View File

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