Fix variable not set warning

Added an untracked `.env` file to the root directory to prevent the
`WARNING: The INSTALL_PRESTISSIMO variable is not set` message from being
displayed when `docker-compose` is run.

Added section in README for optional features.
This commit is contained in:
Jack Fletcher
2016-07-12 15:00:21 +01:00
parent 1b9630e8a1
commit 11c65c4a00
3 changed files with 10 additions and 1 deletions

View File

@ -156,7 +156,7 @@ services:
build:
context: ./workspace
args:
INSTALL_PRESTISSIMO: ${INSTALL_PRESTISSIMO}
- INSTALL_PRESTISSIMO=${INSTALL_PRESTISSIMO}
volumes_from:
- application
tty: true