wesnoth/utils/dockerbuilds/make_steam_build
Gunter Labes ad25a207d5
Use PWD and add missing quotes
Fixes issues with word splitting or pathname expansion.
2019-10-27 13:09:54 +01:00

6 lines
151 B
Bash
Executable File

#!/bin/sh -xe
cd steamrt
docker build -t steamos-wesnoth .
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output steamos-wesnoth