mirror of
https://github.com/PlayEdu/docker-playedu-light
synced 2025-12-20 18:16:00 +08:00
fixed: build
This commit is contained in:
@@ -33,8 +33,6 @@ RUN echo "Asia/Shanghai" > /etc/timezone
|
|||||||
#安装基本组件
|
#安装基本组件
|
||||||
RUN apt update && apt install -y nginx
|
RUN apt update && apt install -y nginx
|
||||||
|
|
||||||
RUN mkdir /app
|
|
||||||
|
|
||||||
COPY docker/start.sh /app/api/start.sh
|
COPY docker/start.sh /app/api/start.sh
|
||||||
|
|
||||||
RUN mv /app/app.jar /app/api/app.jar
|
RUN mv /app/app.jar /app/api/app.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user