From 96fca63e24e4a16b45e0b9d241aabd4d4f096ad4 Mon Sep 17 00:00:00 2001 From: chosoobin37 Date: Mon, 1 Jul 2024 12:45:28 +0900 Subject: [PATCH] procfile edit --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e401e0b..475c97c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -Dfile.encoding=UTF-8 -jar application.jar +web: java -jar your-application.jar