Skip to content

Commit

Permalink
fix docker file java_opts (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyann committed May 11, 2021
1 parent 4d07e44 commit b0cd8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y tini
COPY --from=0 /source/dubbo-admin-snapshot/dubbo-admin-distribution/target/dubbo-admin-0.3.0-SNAPSHOT.jar /app.jar
COPY entrypoint.sh /usr/local/bin/entrypoint.sh

ENV JAVA_OPTS = ""
ENV JAVA_OPTS ""

ENTRYPOINT ["tini", "--", "/usr/local/bin/entrypoint.sh"]
EXPOSE 8080

0 comments on commit b0cd8c4

Please sign in to comment.