mirror of
https://github.com/grinningmosfet/docs-lenid.git
synced 2025-12-06 04:07:22 +01:00
No description
| docs | ||
| img | ||
| _config.yml | ||
| Dockerfile | ||
| Gemfile | ||
| index.md | ||
| README.md | ||
Docs Le Nid
Setup
- Clone this repository:
git clone https://github.com/grinningmosfet/docs-lenid.git
- Build the container using the provided
Dockerfile:
cd docs-lenid
docker build -t docs-lenid .
- Run the freshly built container:
docker run -p 8080:80 docs-lenid
- Open your internet browser, go to
127.0.0.1:8080and enjoy!