feat: 修改版本

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