Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 264 Bytes

fidele007 Repo

fidele007's Cydia repository for personal projects.

Docker

A Docker container for this static site can be easily setup:

docker build -t github-page .
docker run -v [LOCAL_REPO_PATH]:/usr/share/nginx/html -d -p 80:80 github-page