Skip to content

Commit

Permalink
FINERACT-1164 Add Dockerfile for automatic Dockerhub building
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhacker committed May 3, 2024
1 parent 179dc43 commit 60c4980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# see e.g. https://explainshell.com/explain?cmd=set+-eux
set -ex

java -jar fineract-provider-0.1.0-SNAPSHOT.jar -Duser.home=/tmp -Dfile.encoding=UTF-8 -Duser.timezone=UTC -Djava.security.egd=file:/dev/./urandom
java -jar fineract-provider-*.jar -Duser.home=/tmp -Dfile.encoding=UTF-8 -Duser.timezone=UTC -Djava.security.egd=file:/dev/./urandom

0 comments on commit 60c4980

Please sign in to comment.