We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea05fe1 commit dac9a76Copy full SHA for dac9a76
1 file changed
Dockerfile
@@ -3,6 +3,7 @@ LABEL author="Lan"
3
LABEL email="vast@tom.com"
4
5
COPY . /app
6
+RUN rm -rf /app/.github
7
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
8
RUN echo 'Asia/Shanghai' >/etc/timezone
9
WORKDIR /app
0 commit comments