2ce84f6368 | ||
---|---|---|
CONTRIBUTING.md | ||
Dockerfile | ||
README.md |
README.md
Steeltoe Site Tools
Contains the Dockerfile used to build the middleman documentation.
Usage
Build the image:
docker build .
List the images:
docker images
Tag the image:
docker tag <IMAGE ID> steeltoeoss/tools-middleman
Push the image to DockerHub:
docker push steeltoeoss/tools-middleman