Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 22:59:54 +01:00
committed by GitHub
parent 9b438eb8ea
commit bad819bfea

View File

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