Browse Source

Merge branch 'master' of http://200.13.89.7/Alumnos/alumnos

Alejandro Rosales 1 year ago
parent
commit
1e92212bcd
1 changed files with 16 additions and 0 deletions
  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
+```
+
+
+
+