diff options
author | jbion <joffrey.bion@amadeus.com> | 2017-01-20 19:50:36 +0100 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2017-01-20 19:50:36 +0100 |
commit | c2c032eb55f5a574c5dc2705ea42f04e2c584eae (patch) | |
tree | e611b6c3f65046d68ee07eb426dfff1efd59705e /Procfile | |
parent | Use the build folder to stay in the standard (diff) | |
download | seven-wonders-c2c032eb55f5a574c5dc2705ea42f04e2c584eae.tar.gz seven-wonders-c2c032eb55f5a574c5dc2705ea42f04e2c584eae.tar.bz2 seven-wonders-c2c032eb55f5a574c5dc2705ea42f04e2c584eae.zip |
Add Procfile to tell Heroku that the Jar to run is in the backend folder
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..83a86947 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: java -Dserver.port=$PORT $JAVA_OPTS -jar backend/build/libs/*.jar
\ No newline at end of file |