Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kibatic/docker-ant
container for running ant builder without installing it
https://github.com/kibatic/docker-ant
Last synced: 17 days ago
JSON representation
container for running ant builder without installing it
- Host: GitHub
- URL: https://github.com/kibatic/docker-ant
- Owner: kibatic
- License: mit
- Created: 2023-08-07T05:47:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T05:53:47.000Z (over 1 year ago)
- Last Synced: 2024-11-30T00:44:37.150Z (24 days ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ant
container for running ant builder without installing itUse it by running
```bash
docker run --rm -v $(pwd):/app kibatic/ant ant
```