-
Create a
.env
file at the root of your working directory that also hosts theDockerfile
. -
Populate the
.env
file as follows:FLASK_APP=web.app.py FLASK_DEBUG=True FLASK_HOST=127.0.0.1:8080 FLASK_RUN_PORT=8080 GITHUB_TOKEN=<your_github_personal_access_token> DB_NAME=github_profiler.db TEST_DB_NAME=test_github_profiler.db
-
Build the Docker image with the following command:
docker build -t github-profiler .
-
Create and run the Docker container with the following command:
docker run -dp --rm --env-file ./.env github-profiler
-
Notifications
You must be signed in to change notification settings - Fork 0
timothyhull/github_profiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GitHub profile search tool for day 62 of TalkPython's #100DaysOfCode course
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published