Skip to content
xavi129 edited this page Sep 14, 2024 · 4 revisions

Building the site

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

Clone this wiki locally