This commit is contained in:
David Arranz 2024-09-07 14:18:29 +02:00
parent 50c9bf4cca
commit 401f414937

View File

@ -15,7 +15,7 @@ RUN yarn install
# Copiar el resto del código de la aplicación
COPY . .
RUN ls -la ./
RUN ls -la /api
# Ejecutar el build
# Si hay un error, mostrarlo en detalle.