Skip to content

Commit dac9a76

Browse files
committed
feat: docker 删除.github目录
1 parent ea05fe1 commit dac9a76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ LABEL author="Lan"
33
LABEL email="vast@tom.com"
44

55
COPY . /app
6+
RUN rm -rf /app/.github
67
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
78
RUN echo 'Asia/Shanghai' >/etc/timezone
89
WORKDIR /app

0 commit comments

Comments
 (0)