Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Fixes an issue with swagger crash #1
Browse files Browse the repository at this point in the history
  • Loading branch information
KardanovIR committed Sep 24, 2018
1 parent 4b1995f commit 409298d
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 @@ -3,4 +3,4 @@
/usr/bin/python3 "/waves-node/starter.py"
echo "Node is starting..."
mkdir -p /waves/data
/usr/bin/java -Dlogback.stdout.level="${WAVES_LOG_LEVEL}" "-Xmx${WAVES_HEAP_SIZE}" -jar "/waves-node/waves-all-${WAVES_VERSION}.jar" $WAVES_CONFIG_FILE
/usr/bin/java --add-modules=java.xml.bind --add-exports java.base/jdk.internal.ref=ALL-UNNAMED -Dlogback.stdout.level="${WAVES_LOG_LEVEL}" "-Xmx${WAVES_HEAP_SIZE}" -jar "/waves-node/waves-all-${WAVES_VERSION}.jar" $WAVES_CONFIG_FILE

0 comments on commit 409298d

Please sign in to comment.