Commit e309d66e by Yuchao Shen

还原历史配置

parent 6ed658aa
...@@ -10,8 +10,6 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.8/main/" > /etc/apk/repositories ...@@ -10,8 +10,6 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.8/main/" > /etc/apk/repositories
apk update && \ apk update && \
apk add tzdata && \ apk add tzdata && \
apk add bash && \ apk add bash && \
apk add supervisor && \
apk add nginx && \
/bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo 'Asia/Shanghai' >/etc/timezone && \ echo 'Asia/Shanghai' >/etc/timezone && \
mkdir -p ${APP_PATH} mkdir -p ${APP_PATH}
......
mkdir /run/nginx/ ./supervisord -c ./supervisor.conf
nginx
/usr/bin/supervisord -c ./supervisor.conf
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment