Skip to content

Commit

Permalink
fix(datahub-upgrade): remove debug flag (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Jun 3, 2021
1 parent 81c9fc3 commit c98446c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/datahub-upgrade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ FROM ${APP_ENV}-install as final
RUN addgroup -S datahub && adduser -S datahub -G datahub
USER datahub

ENTRYPOINT ["java", "-jar", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005", "/datahub/datahub-upgrade/bin/datahub-upgrade.jar"]
ENTRYPOINT ["java", "-jar", "/datahub/datahub-upgrade/bin/datahub-upgrade.jar"]

0 comments on commit c98446c

Please sign in to comment.