Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 232 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 232 Bytes

Juego


  1. Builder la imagen

     docker build -t NOMBRE_DE_LA_IMAGEN
    
  2. correr la imagen docker run -it -d -p 80:80 juego

     docker run -it -d -p 80:80 NOMBRE_DE_LA_IMAGEN