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