Adding Procfile for custom run command in Heroku

This commit is contained in:
Arpit Mohan 2019-09-16 17:12:19 +05:30
parent bb84e74c23
commit cdba3a5b68

1
app/server/Procfile Normal file
View File

@ -0,0 +1 @@
web: java -Dserver.port=$PORT $JAVA_OPTS -jar $PATH_TO_JAR