Skip to content

Commit

Permalink
fix(docker): Fix issue in gms start.sh (#2318)
Browse files Browse the repository at this point in the history
Co-authored-by: bernardino <[email protected]>
  • Loading branch information
Dexter Lee and bernardino authored Mar 31, 2021
1 parent ee733e2 commit 9d1e24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/datahub-gms/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dockerize \
-wait $NEO4J_HOST \
-timeout 240s \
java $JAVA_OPTS $JMX_OPTS \
-jar /jetty-runner.jar \
--jar jetty-util.jar \
--jar jetty-jmx.jar \
-jar /jetty-runner.jar /datahub/datahub-gms/bin/war.war
/datahub/datahub-gms/bin/war.war

0 comments on commit 9d1e24f

Please sign in to comment.