diff --git a/Dockerfile b/Dockerfile index 167294b..dedd46c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ COPY . /app WORKDIR /app -CMD /app/docker-run.sh \ No newline at end of file +CMD ["/app/docker-run.sh"] \ No newline at end of file