diff --git a/.DS_Store b/.DS_Store index 40c0980..1d1bf27 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docker/modules/user/dockerfile b/docker/modules/user/dockerfile index d0a4e3e..a3f77b1 100644 --- a/docker/modules/user/dockerfile +++ b/docker/modules/user/dockerfile @@ -13,4 +13,4 @@ WORKDIR /home/qiuguo COPY ./jar/iot-box-user-api.jar /home/qiuguo/iot-box-user-api.jar # 启动网关服务 #ENTRYPOINT ["java","-jar","iot-box-user-api.jar"] -CMD ["sh","-c", "java -jar iot-box-user-api.jar --spring.profiles.active=test"] +CMD ["sh","-c", "java -jar iot-box-user-api.jar --spring.profiles.active=ACTIVE"] diff --git a/docker/qiuguo/gateway/dockerfile b/docker/qiuguo/gateway/dockerfile index 516cdd3..528fa80 100644 --- a/docker/qiuguo/gateway/dockerfile +++ b/docker/qiuguo/gateway/dockerfile @@ -13,4 +13,4 @@ WORKDIR /home/qiuguo COPY ./jar/iot-gateway.jar /home/qiuguo/iot-gateway.jar # 启动网关服务 #ENTRYPOINT ["java","-jar","iot-gateway.jar"] -CMD ["sh","-c", "java -jar iot-gateway.jar --spring.profiles.active=test"] +CMD ["sh","-c", "java -jar iot-gateway.jar --spring.profiles.active=ACTIVE"] diff --git a/iot-modules/.DS_Store b/iot-modules/.DS_Store index 6561625..e368698 100644 Binary files a/iot-modules/.DS_Store and b/iot-modules/.DS_Store differ diff --git a/iot-modules/iot-box-websocket-api/.DS_Store b/iot-modules/iot-box-websocket-api/.DS_Store index 18ab244..b3523d1 100644 Binary files a/iot-modules/iot-box-websocket-api/.DS_Store and b/iot-modules/iot-box-websocket-api/.DS_Store differ