Explorar o código

Actualizar README

Alejandro Rosales hai 1 ano
pai
achega
b74834686a
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -0,0 +1,16 @@
+# Para correr el sistema
+1. Construir la imagen la imagen.
+
+```bash
+docker build -t imagen-php .
+```
+
+2. Correr la imagen actual.
+
+```bash
+docker run -p 8080:80 -v .:/var/www/html imagen-php
+```
+
+
+
+