From 6b7bef0861e76e54f9f3b45b2c9d35b8f1aefc9e Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 31 Dec 2023 18:04:35 +0800 Subject: [PATCH] start.sh chmod +x --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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