feat: 修改版本

This commit is contained in:
lan
2024-06-15 21:19:12 +08:00
parent 73ce76c670
commit 7903854710
-1
View File
@@ -3,7 +3,6 @@ LABEL author="Lan"
LABEL email="vast@tom.com" LABEL email="vast@tom.com"
COPY . /app COPY . /app
RUN rm -rf /app/.github
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo 'Asia/Shanghai' >/etc/timezone RUN echo 'Asia/Shanghai' >/etc/timezone
WORKDIR /app WORKDIR /app