修改了基于docker 一键部署的Dockerfile 和dockercompose.yaml

This commit is contained in:
ranee@ubuntu
2023-05-07 02:34:58 +08:00
parent 0d0998ec3c
commit 157a83711f
6 changed files with 146 additions and 1 deletions
+3 -1
View File
@@ -8,6 +8,8 @@ WORKDIR /app/
ENV TIME_ZONE Asia/Shanghai
RUN chmod +x /app/start.sh
RUN echo "${TIME_ZONE}" > /etc/timezone \
&& ln -sf /usr/share/zoneinfo/${TIME_ZONE} /etc/localtime \
&& chmod +x /app/start.sh
CMD ./start.sh