移动到dockerdata 文件夹中

This commit is contained in:
ranee@ubuntu
2023-05-07 02:31:08 +08:00
parent 631d86e22a
commit 6685310b5f
-15
View File
@@ -1,15 +0,0 @@
FROM pearadminflask/python3.7-flask:pillow
COPY . /app/
COPY dockerdata/config.py /app/applications/
COPY dockerdata/start.sh /app
WORKDIR /app/
ENV TIME_ZONE Asia/Shanghai
RUN echo "${TIME_ZONE}" > /etc/timezone \
&& ln -sf /usr/share/zoneinfo/${TIME_ZONE} /etc/localtime \
&& chmod +x /app/start.sh
CMD ./start.sh