修改了基于docker 一键部署的Dockerfile 和dockercompose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user