From 33982c8109291f3be3cce9afc331840449059eb5 Mon Sep 17 00:00:00 2001 From: lxsang Date: Thu, 25 Mar 2021 23:11:05 +0100 Subject: [PATCH] change permission of start.sh --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6f6a3ec..236d546 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ FROM alpine:3.9 RUN apk add --no-cache sqlite-dev zlib readline openssl curl COPY start.sh /start.sh +RUN chmod 700 /start.sh COPY --from=build-env /usr/bin/antd /usr/bin/antd COPY --from=build-env /usr/lib/libantd* /usr/lib/ COPY --from=build-env /opt/www /opt/www