Use full path

This commit is contained in:
Luke Murphy 2020-03-15 08:49:57 +01:00
parent cf7ff6db0f
commit 369adfb0cd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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() {