diff --git a/Dockerfile b/Dockerfile index 7d427f1..02c95a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN apt update -y RUN apt install fzf cups printer-driver-escpr -y COPY entrypoint.sh / +RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]