diff --git a/Dockerfile b/Dockerfile index eaea200..ddb5085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip3 install -r requirements.txt ADD --chown=user . /app VOLUME /data ENTRYPOINT [ "/app/commander.py"] -CMD ["-s", "/data/store.pickle"] \ No newline at end of file +CMD ["-s", "/data/store.db"] \ No newline at end of file