diff --git a/Dockerfile b/Dockerfile index 8f2b88f6..c4aedc94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN pip install --upgrade -r requirements.txt COPY . . VOLUME [ "/MaiMBot/config" ] +VOLUME [ "/MaiMBot/data" ] EXPOSE 8080 ENTRYPOINT [ "nb","run" ] \ No newline at end of file