diff --git a/heruko.yml b/heruko.yml
index 8eec25b9c99a95f6b60ea0d36bd6ca9cbdcea355..3558175bc9696f51569ae2c4c96c9f056a417365 100644
--- a/heruko.yml
+++ b/heruko.yml
@@ -1,3 +1,5 @@
 build:
   docker:
     web: Dockerfile
+  run:
+    - web: docker-compose build && docker-compose up -d