.
This commit is contained in:
parent
bf4480d160
commit
3fdcd196cf
@ -10,8 +10,8 @@ services:
|
||||
- NODE_ENV=production
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- "./:/api"
|
||||
#volumes:
|
||||
# - "./:/api"
|
||||
networks:
|
||||
- public
|
||||
- private
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user