mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
browser-asmjs: cp ~/.emscripten, etc to the user home in the entrypoint
This commit is contained in:
2
Makefile
2
Makefile
@ -8,7 +8,9 @@ darwin-x64:
|
||||
$(DOCKER) build -t $(IMAGE)-darwin-x64 darwin-x64
|
||||
|
||||
browser-asmjs: base browser-asmjs/Dockerfile
|
||||
cp -r test browser-asmjs/
|
||||
$(DOCKER) build -t $(IMAGE)-browser-asmjs browser-asmjs
|
||||
rm -rf browser-asmjs/test
|
||||
|
||||
linux-x86:
|
||||
$(DOCKER) build -t $(IMAGE)-linux-x86 linux-x86
|
||||
|
Reference in New Issue
Block a user