Update Dockerfile

This commit is contained in:
Alexandre
2021-02-17 07:09:15 +01:00
committed by GitHub
parent e8691cbb06
commit e6dfbdb4be

View File

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