mirror of
https://github.com/PlayEdu/docker-playedu-light
synced 2025-06-08 06:25:36 +08:00
update ver
This commit is contained in:
parent
a5272cd8cd
commit
5f7410ec33
@ -7,7 +7,7 @@ RUN apt-get update && \
|
|||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN git clone -b v1.5 https://github.com/PlayEdu/PlayEdu.git playedu
|
RUN git clone -b 1.5 https://github.com/PlayEdu/PlayEdu.git playedu
|
||||||
|
|
||||||
# 编译jar包
|
# 编译jar包
|
||||||
WORKDIR /app/playedu
|
WORKDIR /app/playedu
|
||||||
@ -23,9 +23,9 @@ RUN apk update && \
|
|||||||
|
|
||||||
# 编译后端
|
# 编译后端
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN git clone -b v1.5 https://github.com/PlayEdu/backend.git backend
|
RUN git clone -b 1.5 https://github.com/PlayEdu/backend.git backend
|
||||||
RUN git clone -b v1.5 https://github.com/PlayEdu/frontend.git pc
|
RUN git clone -b 1.5 https://github.com/PlayEdu/frontend.git pc
|
||||||
RUN git clone -b v1.5 https://github.com/PlayEdu/h5.git h5
|
RUN git clone -b 1.5 https://github.com/PlayEdu/h5.git h5
|
||||||
|
|
||||||
# 编译后台
|
# 编译后台
|
||||||
WORKDIR /app/backend
|
WORKDIR /app/backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user