This commit is contained in:
David Arranz 2024-09-08 12:47:11 +02:00
parent bf4480d160
commit 3fdcd196cf
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ services:
- NODE_ENV=production
ports:
- 3000:3000
volumes:
- "./:/api"
#volumes:
# - "./:/api"
networks:
- public
- private

View File

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