summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2017-01-20 19:50:36 +0100
committerjbion <joffrey.bion@amadeus.com>2017-01-20 19:50:36 +0100
commitc2c032eb55f5a574c5dc2705ea42f04e2c584eae (patch)
treee611b6c3f65046d68ee07eb426dfff1efd59705e /Procfile
parentUse the build folder to stay in the standard (diff)
downloadseven-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--Procfile1
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
bgstack15