ps:rebuild
doesn't use the proper start configuration when Procfile is present
#7226
Labels
ps:rebuild
doesn't use the proper start configuration when Procfile is present
#7226
Description of problem
I might be doing something wrong, but it seems like that ps:rebuild sometimes forgets the build configuration.
normally when I deploy using git:from-image , the proper start command is used that’s defined in the Procfile:
but when I use dokku ps:rebuild staging-api it fails, because it starts with this:
There’s also an
app.json
with health checks defined for the web process, which is executed successfully when using git:from-image , but in case of rebuild:Steps to reproduce
Not exactly sure how to reproduce, but I'd consider these steps:
Procfile
defines the start command instead of theDockerfile
directlydokku git:from-image app docker-image
dokku ps:rebuild app
dokku report $APP_NAME
Additional information
Successful deploy log with
git:from-image
:Output of failing commands after running: dokku trace:off
Output of failing commands after running: dokku trace:on
No response
The text was updated successfully, but these errors were encountered: