From 026d993b01c08635a6bbbec5e55e48b51eb3cc6d Mon Sep 17 00:00:00 2001 From: xxx Date: Tue, 20 Feb 2024 15:48:25 +0800 Subject: [PATCH] 1.6 --- Dockerfile | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 418dde0..76dc15b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,9 @@ RUN apk update && \ # 编译后端 WORKDIR /app -RUN git clone -b 1.5 https://github.com/PlayEdu/backend.git backend -RUN git clone -b 1.5 https://github.com/PlayEdu/frontend.git pc -RUN git clone -b 1.5 https://github.com/PlayEdu/h5.git h5 +RUN git clone -b 1.6 https://github.com/PlayEdu/backend.git backend +RUN git clone -b 1.6 https://github.com/PlayEdu/frontend.git pc +RUN git clone -b 1.6 https://github.com/PlayEdu/h5.git h5 # 编译后台 WORKDIR /app/backend @@ -23,7 +23,7 @@ RUN npm i && VITE_APP_URL=/api/ npm run build WORKDIR /app/h5 RUN npm i && VITE_APP_URL=/api/ npm run build -FROM registry.cn-hangzhou.aliyuncs.com/playedu/api:1.5.2 +FROM registry.cn-hangzhou.aliyuncs.com/playedu/api:1.6 LABEL maintainer="滕勇志 " diff --git a/README.md b/README.md index 2736782..1067366 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ docker run -d --restart=always \ -e REDIS_DB=2 \ -e SA_TOKEN_IS_CONCURRENT=false \ -e SA_TOKEN_JWT_SECRET_KEY=playeduxyz \ - registry.cn-hangzhou.aliyuncs.com/playedu/light:1.5.1 + registry.cn-hangzhou.aliyuncs.com/playedu/light:1.6 ``` 跑起来之后,可以通过下面的链接访问前后台: