Add Volume for data

This commit is contained in:
Alessandro Lorenzi 2019-02-19 19:44:57 +01:00
parent 1b59a24ee2
commit cf037c7e39
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ COPY main.py /rpgbot
COPY db.py /rpgbot
COPY config.py /rpgbot
VOLUME /data
WORKDIR /rpgbot
CMD python /rpgbot/main.py