up arrow
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user