1
0
Fork 0
Simple container to learn building Dockerfiles.
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.
 
david de58ea08a4 macos compatibility 2 years ago
.gitignore updated all files 2 years ago
Dockerfile macos compatibility 2 years ago
README.md added environment variable to set local home 2 years ago
docker-compose.yml added environment variable to set local home 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