diff --git a/Dockerfile b/Dockerfile index 83f3240..44bb745 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ COPY requirements.txt /usr/src/app/ RUN apk add --no-cache bash build-base capstone-dev mandoc-doc man-db w3m youtube-dl aspell aspell-fr && \ pip install --no-cache-dir -r requirements.txt && \ pip install bs4 capstone dnspython && \ - apk del build-base capstone-dev + apk del build-base capstone-dev && \ + ln -s /var/lib/nemubot/home /home/nemubot VOLUME /var/lib/nemubot