Use PWD and add missing quotes

Fixes issues with word splitting or pathname expansion.
This commit is contained in:
Gunter Labes 2019-10-27 13:09:54 +01:00 committed by GitHub
parent 6115c5821c
commit ad25a207d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@
cd steamrt cd steamrt
docker build -t steamos-wesnoth . docker build -t steamos-wesnoth .
docker run -it -v $(pwd)/../../..:/wesnoth -v $(pwd)/../steambuild:/output steamos-wesnoth docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output steamos-wesnoth