{"id":13562767,"url":"https://github.com/evzpav/dokku-go-dockerfile","last_synced_at":"2026-05-18T02:33:24.296Z","repository":{"id":112812824,"uuid":"187242375","full_name":"evzpav/dokku-go-dockerfile","owner":"evzpav","description":"Example on how to deploy golang app to Dokku using dockerfile","archived":false,"fork":false,"pushed_at":"2019-08-14T02:41:22.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T02:50:54.169Z","etag":null,"topics":["docker","dockerfile","dokku","golang"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evzpav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-05-17T15:41:08.000Z","updated_at":"2021-11-05T23:21:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bb8d71d-38a6-4de4-9a0e-2c6cb13fdc4d","html_url":"https://github.com/evzpav/dokku-go-dockerfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evzpav/dokku-go-dockerfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fdokku-go-dockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fdokku-go-dockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fdokku-go-dockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fdokku-go-dockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evzpav","download_url":"https://codeload.github.com/evzpav/dokku-go-dockerfile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fdokku-go-dockerfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dockerfile","dokku","golang"],"created_at":"2024-08-01T13:01:12.096Z","updated_at":"2026-05-18T02:33:24.278Z","avatar_url":"https://github.com/evzpav.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# Dokku Go Dockerfile\n\nExample of Deployment of Golang project via Dokku with Dockerfile. Much faster and controlled deployment\n\n## Dokku will identify and create container for it. Note that env var PORT (server port) is set by Dokku automatically.\n\n### Run locally:\n```bash\n    docker build -t dokku-go-dockerfile .\n    docker run -e PORT=4000 -d --rm --name dokku-go-dockerfile -p 9090:4000 dokku-go-dockerfile\n    \n    #To Test:\n    curl localhost:9090 \n    #Welcome!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevzpav%2Fdokku-go-dockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevzpav%2Fdokku-go-dockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevzpav%2Fdokku-go-dockerfile/lists"}