ff 3 years ago
parent
commit
b154c73398
1 changed files with 4 additions and 1 deletions
  1. 4 1
      heroku.yml

+ 4 - 1
heroku.yml

@@ -2,4 +2,7 @@ build:
   docker:
     web: Dockerfile
 run:
-  app: crond -f
+  app:
+    command:
+      - crond -f
+    image: web