You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago |
README.md
jekyll-dev
Simple container to learn building Dockerfiles.
Usage
You need a .env
file which sets the $LOCAL_HOME
path:
cd /path/to/your/home
echo "PROJECT_PATH=/path/to/your/home" > .env
docker-compose up -d