Use full path

This commit is contained in:
Luke Murphy
2020-03-15 08:49:57 +01:00
parent cf7ff6db0f
commit 369adfb0cd

View File

@ -14,7 +14,7 @@ setup_db() {
setup_ports() {
set -eu
dokku proxy:ports-add http:80:3000
/usr/bin/dokku proxy:ports-add http:80:3000
}
main() {