Update commander.py, Dockerfile and twenty-five other files
This commit is contained in:
@@ -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/"]
|
||||
|
||||
Reference in New Issue
Block a user