diff --git a/Dockerfile b/Dockerfile index fc1aa44e94a499838e98115c42a8b200d54c9202..edabbc51e4a3f23d941737c5f9c0308b0cdf468b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]