diff --git a/Dockerfile b/Dockerfile index 1724eb4..da3a9b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,6 @@ COPY . /app WORKDIR /app -CMD ["/app/start.sh"] \ No newline at end of file +RUN chmod +x ./start.sh + +CMD ["./start.sh"] \ No newline at end of file