shipyards

This commit is contained in:
Richard
2024-02-03 21:20:04 +01:00
parent 02f206d078
commit fb3b6162fc
6 changed files with 49 additions and 14 deletions

View File

@@ -9,5 +9,4 @@ ADD --chown=user . /app
RUN chmod +x /app/main.py
VOLUME /data
#ENTRYPOINT bash
ENTRYPOINT [ "python3", "/app/main.py"]
CMD ["-d", "/data"]
CMD ["/bin/sh", "-c", "python3 /app/main.py -d /data ; bash -i"]