Files
Jose Diaz-Gonzalez 53dabf7fd0 refactor: fix handling of string andd array CMD and ENTRYPOINT values
Previous versions extracted the values as strings, prefixing the values with `/bin/sh -c '$CMD'` unnecessarily. This caused issues where we would incorrectly overrride these values when an app had a predeploy script.

Closes #3143
2020-08-31 02:31:36 -04:00

8 lines
91 B
JSON

{
"scripts": {
"dokku": {
"predeploy": "touch /app/predeploy.test"
}
}
}