updated procfile

This commit is contained in:
Jack Goh
2018-07-16 15:35:05 +08:00
parent 4a83cebad8
commit e4fa43ae0b
2 changed files with 36 additions and 2 deletions
+1 -2
View File
@@ -1,2 +1 @@
web: vendor/bin/heroku-php-apache2 public/
heroku-postbuild: npm run production
web: vendor/bin/heroku-php-apache2 public/ && npm run production