Haxe Docker Image
Retrieve image
docker pull maxleiko/haxe
Usage
docker run -v /path/to/your/haxe/project:/root/workspace:rw -it maxleiko/haxe
By default, maxleiko/haxe will try to run haxe build.hxml into /root/workspace
TODO
- Fix generated files permission issues