-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dokku: get buildpack deployment back
Dokku normally defaults to using heroku buildpacks for deployment, but this may be overridden by committing a valid Dockerfile to the root of the repository and pushing the repository to the Dokku installation. Commit 161e556 ("docker: add `Dockerfile` to build Docker images") just added such a Dockerfile and accidentally switched the deployment to the `Dockerfile` mode. Due to this fact, Dokku `apt` plugin on the server started to ignore the ./apt-packages file with a needed dependency for the app as it works with buildpack-based applications only. So we had a wrong deployment on the server. The solution is simple, just move ./Dockerfile to the ./docker dir. Also, move the ./test dir to ./docker for consistency.
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.