This commit is contained in:
David Arranz 2024-09-06 18:36:59 +02:00
parent 0f0e0e2584
commit d986b19658

View File

@ -17,7 +17,7 @@ RUN yarn install
# Copiar el código de la aplicación
COPY . /api
#RUN yarn run build
RUN yarn run build
# RUN