Commit 38c7be62 by Yuchao Shen

Update Dockerfile

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