david/container-dev
david
/
container-dev
Archived
1
0
Fork 0
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.
container-dev/README.md

13 lines
230 B
Markdown
Raw Permalink Normal View History

2020-10-28 19:09:24 +01:00
# jekyll-dev
Simple container to learn building Dockerfiles.
## Usage
You need a `.env` file which sets the `$LOCAL_HOME` path:
```sh
cd /path/to/your/home
echo "PROJECT_PATH=/path/to/your/home" > .env
docker-compose up -d
```