提交 631a7e53 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

rename app dir in docker from `app` to `bot`

上级 5866a721
......@@ -35,11 +35,11 @@ RUN npm --progress false link
# Loading from node_modules Folders: https://nodejs.org/api/modules.html
# If it is not found there, then it moves to the parent directory, and so on, until the root of the file system is reached.
RUN mkdir /app \
RUN mkdir /bot \
&& ln -s /usr/local/lib/node_modules / \
&& ln -s /wechaty/tsconfig.json /
VOLUME [ "/app" ]
VOLUME [ "/bot" ]
ENTRYPOINT [ "/wechaty/bin/entrypoint.sh" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册