https://github.com/bitwalker/docker-release-toolkit
My personal toolkit for building releases with Docker
https://github.com/bitwalker/docker-release-toolkit
Last synced: about 1 year ago
JSON representation
My personal toolkit for building releases with Docker
- Host: GitHub
- URL: https://github.com/bitwalker/docker-release-toolkit
- Owner: bitwalker
- Created: 2017-03-15T16:55:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T16:45:30.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T08:26:22.280Z (about 1 year ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker Release Toolkit
This repo contains the core of what is needed to build an Elixir release via Docker. It
first builds the app and release in one container, then exports that container into a new,
minimal container.
## Usage
All you should have to do is edit `Makefile` and set `APP` to your app's name, and edit
`VERSION` to set the correct version. You can also modify how those are set to your heart's
content. That's it!
Run `make` for available commands.
## License
MIT