https://github.com/harshsinghvi/jekyll-dev
https://github.com/harshsinghvi/jekyll-dev
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshsinghvi/jekyll-dev
- Owner: harshsinghvi
- License: apache-2.0
- Created: 2020-05-05T15:07:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T05:38:20.000Z (about 4 years ago)
- Last Synced: 2025-02-05T09:18:32.377Z (3 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-dev
```bash
docker pull insomniaccoder/jekyll-dev
``````bash
# Runnning a project
docker run -ti -p 80:80 -v $PWD:/app --rm insomniaccoder/jekyll-dev
```