This commit is contained in:
Alex Dadgar
2016-04-14 13:04:04 -07:00
parent 0584ab0780
commit b66fec4206
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ task "web" {
driver = "java"
config {
jar_path = "hello.jar"
jar_path = "local/hello.jar"
jvm_options = "-Xmx2048m -Xms256m"
}