Skip to content

Commit

Permalink
Merge pull request #46 from HLTech/added-logging-docker-entrypoint
Browse files Browse the repository at this point in the history
added printing trace of java command
  • Loading branch information
devus10 committed Jan 18, 2019
2 parents 12b4664 + 4581c57 commit 6954beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions judge-d-server/src/main/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ if [[ -v VALIDATION_OPTIONS ]]; then
done
fi

echo $JAVA_OPTIONS
java $JAVA_OPTIONS $* -jar judge-d.jar
set -x
java $JAVA_OPTIONS -jar judge-d.jar

0 comments on commit 6954beb

Please sign in to comment.