This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 5bff8378e Update Dockerfile (#3762)
5bff8378e is described below
commit 5bff8378ec57e48626246ff834535675b060996d
Author: Liming Deng <[email protected]>
AuthorDate: Wed Jul 27 20:05:13 2022 +0800
Update Dockerfile (#3762)
---
shenyu-dist/shenyu-bootstrap-dist/Dockerfile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/shenyu-dist/shenyu-bootstrap-dist/Dockerfile
b/shenyu-dist/shenyu-bootstrap-dist/Dockerfile
index 8d137fb1a..118ed9ff0 100644
--- a/shenyu-dist/shenyu-bootstrap-dist/Dockerfile
+++ b/shenyu-dist/shenyu-bootstrap-dist/Dockerfile
@@ -19,9 +19,6 @@ FROM openjdk:8-jre-alpine
ARG APP_NAME
ENV LOCAL_PATH /opt/shenyu-bootstrap
-ARG SPRING_PROFILES_ACTIVE
-ENV SPRING_PROFILES_ACTIVE=${SPRING_PROFILES_ACTIVE:-local}
-
RUN apk --no-cache add procps
ADD target/${APP_NAME}.tar.gz /opt