Update commander.py, Dockerfile and twenty-five other files

This commit is contained in:
Richard Bronkhorst
2023-06-11 20:51:03 +02:00
parent 042b931133
commit 1c46d25081
18 changed files with 209 additions and 75 deletions

View File

@@ -8,5 +8,5 @@ RUN pip3 install -r requirements.txt
ADD --chown=user . /app
RUN chmod +x /app/commander.py
VOLUME /data
ENTRYPOINT [ "/app/commander.py"]
CMD ["-s", "/data/store.db"]
ENTRYPOINT [ "/app/main.py"]
CMD ["-s", "/data/"]