diff --git a/Procfile b/Procfile index 4bef6f1..8e68efa 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: apollo-api -worker apollo-worker +web: bin/apollo-api +worker bin/apollo-worker