From e5fd881dec516db6ccc0045d043cca4ff2a4a426 Mon Sep 17 00:00:00 2001 From: Richard Bronkhorst Date: Mon, 5 Jun 2023 22:23:15 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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