How to use this project with docker.
How to compile the source code.
-
Clone the repository
git clone https://github.com/tipsy/profile-summary-for-github.git
-
Navigate to the root folder
cd profile-summary-for-github
-
Compile the source code
docker build -t profile-summary-for-github
How to start the compiled project.
docker run \
-it \
--rm \
--name profile-summary-for-github \
-p 7070:7070 profile-summary-for-github
docker run \
-it \
--rm \
--name profile-summary-for-github \
-p 7070:7070 \
-e "API_TOKENS=<My Token A>,<My Token B>" profile-summary-for-github
You can access it at http://localhost:7070