Para reproducir lo que se encuentra en el repo oficial:
rm --force --recursive dimorfismo
git clone https://github.com/IslasGECI/dimorfismo
cd dimorfismo
docker build --no-cache --tag islasgeci/dimorfismo:latest .
docker run --rm --volume ${PWD}:/workdir islasgeci/dimorfismo:latest make
Para examinar un fork:
BRANCH='nombre/rama'
REMOTE='andrea-sanchez'
REPO='dimorfismo'
rm --force --recursive ${REPO}
git clone https://github.com/${REMOTE}/${REPO}
cd ${REPO}
git checkout ${BRANCH}
docker build --no-cache --tag ${REMOTE}/${REPO}:latest .
docker run --rm --volume ${PWD}:/workdir ${REMOTE}/${REPO}:latest make
src/
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.