Skip to content

Commit

Permalink
jonashackt#9 Heroku doesnt find the jar (Error: Unable to access jarf…
Browse files Browse the repository at this point in the history
…ile ) - we missed the 'backend' directory in our own filestructure
  • Loading branch information
jonashackt committed Mar 2, 2018
1 parent eadda36 commit 00dbebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -Dserver.port=$PORT -jar target/backend-0.0.1.jar
web: java -Dserver.port=$PORT -jar backend/target/backend-0.0.1-SNAPSHOT.jar

0 comments on commit 00dbebf

Please sign in to comment.