Dockerfile: Point home into volume
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
68c61f40d3
commit
9f83e5b178
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue