This is an automated email from the ASF dual-hosted git repository.
ranke pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new b0cd8c4 fix docker file java_opts (#750)
b0cd8c4 is described below
commit b0cd8c45860f0bb77fe9a14c45648a79c9cc5838
Author: haoyann <[email protected]>
AuthorDate: Tue May 11 15:25:10 2021 +0800
fix docker file java_opts (#750)
---
docker/latest/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/latest/Dockerfile b/docker/latest/Dockerfile
index d45040a..958b217 100644
--- a/docker/latest/Dockerfile
+++ b/docker/latest/Dockerfile
@@ -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