Commit f409b7ad by Yuchao Shen

Update Dockerfile

parent 48982a3c
...@@ -11,6 +11,7 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.8/main/" > /etc/apk/repositories ...@@ -11,6 +11,7 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.8/main/" > /etc/apk/repositories
apk add tzdata && \ apk add tzdata && \
apk add bash && \ apk add bash && \
apk add supervisor && \ 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}
......
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