From 4737baff59898287d8972c20c6662c7b56aba4cd Mon Sep 17 00:00:00 2001 From: xxx Date: Tue, 26 Sep 2023 21:24:04 +0800 Subject: [PATCH] v1.4 --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b30f12..5cb6be1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && \ RUN mkdir /app WORKDIR /app -RUN git clone -b v1.3 https://github.com/PlayEdu/PlayEdu.git playedu +RUN git clone -b v1.4 https://github.com/PlayEdu/PlayEdu.git playedu # 编译jar包 WORKDIR /app/playedu @@ -23,9 +23,9 @@ RUN apk update && \ # 编译后端 WORKDIR /app -RUN git clone -b v1.3 https://github.com/PlayEdu/backend.git backend -RUN git clone -b v1.3 https://github.com/PlayEdu/frontend.git pc -RUN git clone -b v1.3 https://github.com/PlayEdu/h5.git h5 +RUN git clone -b v1.4 https://github.com/PlayEdu/backend.git backend +RUN git clone -b v1.4 https://github.com/PlayEdu/frontend.git pc +RUN git clone -b v1.4 https://github.com/PlayEdu/h5.git h5 # 编译后台 WORKDIR /app/backend @@ -43,8 +43,8 @@ FROM eclipse-temurin:17 LABEL maintainer="0xtyz " -#使用东八区时间环境 -RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime +# 使用东八区时间环境 +RUN echo "Asia/Shanghai" > /etc/timezone #安装基本组件 RUN apt update && apt install -y nginx