david/container-dev
david
/
container-dev
Archived
1
0
Fork 0
Simple container to learn building Dockerfiles.
This repository has been archived on 2023-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
david de58ea08a4 macos compatibility 2020-11-07 21:18:10 +01:00
.gitignore updated all files 2020-11-05 21:13:32 +01:00
Dockerfile macos compatibility 2020-11-07 21:18:10 +01:00
README.md added environment variable to set local home 2020-11-05 23:06:29 +01:00
docker-compose.yml added environment variable to set local home 2020-11-05 23:06:29 +01:00

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