Skip to content

Commit

Permalink
NODE-2564 Fix stopping docker node by SIGINT (#3816)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Mashonskii <[email protected]>
  • Loading branch information
ivan-mashonskiy and Ivan Mashonskii authored Mar 13, 2023
1 parent bb7a195 commit 78e37d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if [ $# -eq 0 ]
ARGS=$@
fi

java $JAVA_OPTS -cp "${WAVES_INSTALL_PATH}/lib/plugins/*:$WAVES_INSTALL_PATH/lib/*" com.wavesplatform.Application $ARGS
exec java $JAVA_OPTS -cp "${WAVES_INSTALL_PATH}/lib/plugins/*:$WAVES_INSTALL_PATH/lib/*" com.wavesplatform.Application $ARGS

0 comments on commit 78e37d9

Please sign in to comment.