summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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