https://github.com/nobonobo/rccargo-docker
docker files for https://github.com/nobonobo/rccargo
https://github.com/nobonobo/rccargo-docker
Last synced: 28 days ago
JSON representation
docker files for https://github.com/nobonobo/rccargo
- Host: GitHub
- URL: https://github.com/nobonobo/rccargo-docker
- Owner: nobonobo
- Created: 2016-11-24T11:51:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T11:54:21.000Z (over 8 years ago)
- Last Synced: 2025-01-31T15:46:54.298Z (3 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rccargo docker files
docker files for https://github.com/nobonobo/rccargo
## build
```sh
make build
```## run
run on local
```sh
make run REPOS_ID="/rccargo"
```open http://localhost:8080/
## push
push to docker hub
```sh
make push REPOS_ID="/rccargo"
```