This is an automated email from the ASF dual-hosted git repository.
asxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new fde0e53 #2308, update dockerfile for admin (#2335)
fde0e53 is described below
commit fde0e53a5d7145d01318b5aaf1fd6d15a25a0fb7
Author: Zhang Yonglun <[email protected]>
AuthorDate: Thu Nov 11 11:32:07 2021 +0800
#2308, update dockerfile for admin (#2335)
---
shenyu-dist/shenyu-admin-dist/Dockerfile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/shenyu-dist/shenyu-admin-dist/Dockerfile
b/shenyu-dist/shenyu-admin-dist/Dockerfile
index c4487d0..eaf87f3 100644
--- a/shenyu-dist/shenyu-admin-dist/Dockerfile
+++ b/shenyu-dist/shenyu-admin-dist/Dockerfile
@@ -18,9 +18,6 @@ FROM java:openjdk-8-jre-alpine
ARG APP_NAME
-ARG SPRING_PROFILES_ACTIVE
-ENV SPRING_PROFILES_ACTIVE=${SPRING_PROFILES_ACTIVE:-h2}
-
ENV LOCAL_PATH /opt/shenyu-admin
ADD target/${APP_NAME}.tar.gz /opt