Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 20:48:48 +01:00
committed by GitHub
parent eb34150e80
commit 6d624e6508

View File

@@ -21,5 +21,5 @@ VOLUME [ "/data" ]
COPY run.sh /
RUN chmod 777 /run.sh
ENTRYPOINT [ "run.sh" ]
CMD [ "" ]
ENTRYPOINT [ "/bin/sh" ]
CMD [ "run.sh" ]