Update Dockerfile

This commit is contained in:
Alexandre
2021-12-08 10:56:16 +01:00
parent 2616251ad4
commit 435f634f9e

View File

@@ -52,7 +52,6 @@ WORKDIR /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/run.sh" ]
CMD ["/run.sh"]
VOLUME [ "/data" ]