From 4b6fa4ade7ab7303f6ed7dc8632b445ef98174fd Mon Sep 17 00:00:00 2001 From: Cory Petkovsek <632766+tinmanjuggernaut@users.noreply.github.com> Date: Tue, 12 Nov 2019 16:05:14 +0800 Subject: [PATCH] mount files into docker for android --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ef5b4d1..621c325 100755 --- a/build.sh +++ b/build.sh @@ -30,7 +30,7 @@ $podman build --build-arg mono_version=${mono_version} -t godot-mono-glue:latest $podman build --build-arg mono_version=${mono_version} -v $(pwd)/files:/root/files -t godot-windows:latest -f Dockerfile.windows . $podman build --build-arg mono_version=${mono_version} -t godot-ubuntu-32:latest -f Dockerfile.ubuntu-32 . $podman build --build-arg mono_version=${mono_version} -t godot-ubuntu-64:latest -f Dockerfile.ubuntu-64 . -$podman build --build-arg mono_version=${mono_version} -t godot-android:latest -f Dockerfile.android . +$podman build --build-arg mono_version=${mono_version} -v $(pwd)/files:/root/files -t godot-android:latest -f Dockerfile.android . $podman build -t godot-javascript:latest -f Dockerfile.javascript .