This commit is contained in:
xxx
2023-11-17 11:57:12 +08:00
parent 5f7410ec33
commit adbf75bcd4
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ RUN apt-get update && \
RUN mkdir /app
WORKDIR /app
RUN git clone -b 1.5 https://github.com/PlayEdu/PlayEdu.git playedu
RUN git clone -b 1.5.1 https://github.com/PlayEdu/PlayEdu.git playedu
# 编译jar包
WORKDIR /app/playedu