Update Dockerfile

This commit is contained in:
Alexandre
2021-06-23 22:38:27 +02:00
committed by GitHub
parent 698c472297
commit 9f0f6a30f4

View File

@@ -43,7 +43,7 @@ COPY rootfs /
WORKDIR /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/usr/bin/" ]
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/run.sh" ]
CMD ["/run.sh"]