Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxleiko/docker-haxe
Haxe env with hxjava and hxcpp up and running
https://github.com/maxleiko/docker-haxe
Last synced: 7 days ago
JSON representation
Haxe env with hxjava and hxcpp up and running
- Host: GitHub
- URL: https://github.com/maxleiko/docker-haxe
- Owner: maxleiko
- License: mit
- Created: 2014-10-15T08:45:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T08:56:20.000Z (about 10 years ago)
- Last Synced: 2024-04-21T06:17:37.590Z (7 months ago)
- Language: Haxe
- Size: 4.25 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Haxe Docker Image
### Retrieve image
```sh
docker pull maxleiko/haxe
```### Usage
```sh
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