Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
111coding committed Nov 30, 2023
1 parent 1776f0e commit 54317d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ files:
JAR_PATH=/var/app/current/application.jar

# run app
java -Dspring.profiles.active=prod -Dfile.encoding=UTF-8 -jar $JAR_PATH
java -Dspring.profiles.active=dev -Dfile.encoding=UTF-8 -jar $JAR_PATH

0 comments on commit 54317d4

Please sign in to comment.