ifiguero 2024-08-05 09:55:39 -04:00
parent 7b3ebffe3f
commit 38ed56b822
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN rm -rf /backend/project/dist
# Compilar # Compilar
WORKDIR /frontend WORKDIR /frontend
RUN git checkout cc109373b359d20884bf5b258172c40dd0df6d23 # RUN git checkout cc109373b359d20884bf5b258172c40dd0df6d23
RUN npm install && npm run build RUN npm install && npm run build
# Contenedor backend # Contenedor backend