{"id":13558591,"url":"https://github.com/mimischi/dokku-dockerfile","last_synced_at":"2025-03-23T04:31:47.760Z","repository":{"id":88535447,"uuid":"103813391","full_name":"mimischi/dokku-dockerfile","owner":"mimischi","description":"Deploy applications to Dokku via Dockerfiles outside of the project root","archived":false,"fork":false,"pushed_at":"2023-10-14T06:28:52.000Z","size":13,"stargazers_count":29,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T17:56:57.211Z","etag":null,"topics":["docker","dockerfile","dokku"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mimischi.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,"publiccode":null,"codemeta":null}},"created_at":"2017-09-17T08:15:13.000Z","updated_at":"2024-06-18T07:56:32.000Z","dependencies_parsed_at":"2024-10-28T15:25:13.959Z","dependency_job_id":"d6f454ce-baa2-42a5-98d9-530d98ca6479","html_url":"https://github.com/mimischi/dokku-dockerfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimischi%2Fdokku-dockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimischi%2Fdokku-dockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimischi%2Fdokku-dockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimischi%2Fdokku-dockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mimischi","download_url":"https://codeload.github.com/mimischi/dokku-dockerfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056889,"owners_count":20553855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"],"created_at":"2024-08-01T12:05:02.995Z","updated_at":"2025-03-23T04:31:47.350Z","avatar_url":"https://github.com/mimischi.png","language":"Shell","funding_links":[],"categories":["Shell","docker"],"sub_categories":[],"readme":"# dokku-dockerfile\n\nDeploy your applications via `Dockerfile`, while keeping your project root clean of auxiliary files.\n\n## Installation\n\n```\nsudo dokku plugin:install https://github.com/mimischi/dokku-dockerfile.git\n```\n\n## Commands\n\n```\ndockerfile:set    \u003capp\u003e \u003cpath/to/Dockerfile\u003e Set custom path to Dockerfile\ndockerfile:unset  \u003capp\u003e                      Unset custom path to Dockerfile\ndockerfile:report \u003capp\u003e                      Report custom path to Dockerfile\n```\n\n## Usage\n\nDokku will look for a `Dockerfile` in the project root, when building a\nnon-buildpack application. Depending on the projects structure, it's desirable\nto keep deployment specific files in subdirectories. This plugin points Dokku\nto the relative path of the `Dockerfile`.\n\nTo deploy an application with a directory structure as shown below, one would\nuse the following command:\n\n```\ndokku dockerfile:set \u003capp\u003e docker/dokku/Dockerfile\n```\n\n### Example project structure\n```\n.\n├── app\n│   ├── [...]\n├── docker\n│   ├── dokku\n│   │   ├── Dockerfile\n│   │   ├── [...]\n│   └── local\n│       ├── Dockerfile-dev\n├── docker-compose.yml\n└── README.md\n```\n\n## Behind the scenes\n\nDuring the deploy process, this plugin copies the `Dockerfile` specified path to\nthe projects root, enabling Dokku to build it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimischi%2Fdokku-dockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmimischi%2Fdokku-dockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimischi%2Fdokku-dockerfile/lists"}