Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 23:11:52 +01:00
committed by GitHub
parent bad819bfea
commit 41fe06a848

View File

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