change permission of start.sh

This commit is contained in:
lxsang 2021-03-25 23:11:05 +01:00
parent 9436c7389d
commit 33982c8109

View File

@ -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