Commit 2afcb46f by Yuchao Shen

修改dockerfile

parent fab34970
...@@ -16,4 +16,4 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.8/main/" > /etc/apk/repositories ...@@ -16,4 +16,4 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.8/main/" > /etc/apk/repositories
mkdir -p ${APP_PATH} mkdir -p ${APP_PATH}
COPY . $APP_PATH COPY . $APP_PATH
ENTRYPOINT ["bash", "./run.sh"] ENTRYPOINT ["bash", "/usr/bin/supervisortd"]
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