Using env variable

This commit is contained in:
José Armesto 2017-04-02 15:37:08 +02:00
parent f661395d85
commit 352942647a
No known key found for this signature in database
GPG key ID: C10B9C02529D58DB

View file

@ -6,5 +6,5 @@ services:
restart: "no"
working_dir: "/usr/src/app"
volumes:
- ".:/usr/src/app"
- "$PWD:/usr/src/app"
- "$HOME/.m2:/root/.m2"