Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarogarcia7/heroku-cli-docker
Docker image so you don't have to install the CLI on your environment
https://github.com/alvarogarcia7/heroku-cli-docker
docker dockerfile heroku heroku-cli
Last synced: 29 days ago
JSON representation
Docker image so you don't have to install the CLI on your environment
- Host: GitHub
- URL: https://github.com/alvarogarcia7/heroku-cli-docker
- Owner: alvarogarcia7
- Created: 2017-05-31T16:56:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T01:25:31.000Z (over 7 years ago)
- Last Synced: 2024-11-12T03:30:47.046Z (3 months ago)
- Topics: docker, dockerfile, heroku, heroku-cli
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heroku-cli on docker
## Installation
```bash
git clone [email protected]:alvarogarcia7/heroku-cli-docker.git
cd heroku-cli-docker
docker build -t heroku-cli-runner .
```## Running
On the project folder:
```bash
docker run -it -v $(PWD):/app heroku-cli-runner
```inside the container:
```bash
heroku login
# input your username and password
cd /app
git push -u heroku master
```## Monitoring
TODO