diff --git a/Dockerfile b/Dockerfile index f53a5eb..a3f4626 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive WORKDIR /code COPY . /code/ +COPY start.sh /code/ RUN chmod +x /code/start.sh # Install packages