sergiovp / IV-OrganizeAndGo

Repositorio dedicado al proyecto de la asignatura Infraestructura Virtual, impartida por @jj y @fbarranco.
iv-organize-and-go-git-master.sergiovp.vercel.app
GNU General Public License v3.0
1 stars 0 forks source link

Crear y configurar el fichero Dockerfile #44

Closed sergiovp closed 3 years ago

sergiovp commented 3 years ago

Reabro puesto que se van a realizar unas pequeñas modificaciones.

sergiovp commented 3 years ago

Reabro debido a un error al ejecutar los tests con Docker:

vela@vela-PC:~/Máquinas/Ubuntu18Go$ docker run -t -v `pwd`:/test sergiovela/iv-organizeandgo
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /test/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/test/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/node/.npm/_logs/2020-10-28T18_05_17_003Z-debug.log