This commit is contained in:
David Arranz 2024-09-07 14:23:59 +02:00
parent 401f414937
commit 51054ebb52

View File

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