forked from open-sdg/open-sdg-simple-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
xavi129 edited this page Sep 14, 2024
·
4 revisions
Puede construir y ejecutar el sitio localmente utilizando:
Construir imagen docker build -t builder .
para lanzar el contenedor es necesario utiliza
docker run -it -p 4000:4000 builder /bin/bash
Dentro del contenedor para construir y ejecutar la página usar:
dentro del contenedor make local
iniciado en:
http://localhost:4000