Selaa lähdekoodia

Actualizar README

Alejandro Rosales 1 vuosi sitten
vanhempi
commit
b74834686a
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  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
+```
+
+
+
+