This commit is contained in:
Richard
2023-12-25 08:05:18 +01:00
parent bc8d565fc3
commit 1ba10260c0
4 changed files with 11 additions and 2 deletions

View File

@@ -8,5 +8,6 @@ RUN pip3 install -r requirements.txt
ADD --chown=user . /app
RUN chmod +x /app/main.py
VOLUME /data
#ENTRYPOINT bash
ENTRYPOINT [ "python3", "/app/main.py"]
CMD ["-s", "/data/store.npt"]
CMD ["-s", "/data/store.npt", "-x", "/data/cmd.hst"]