set execute bit on entrypoint.sh (#8404)

This commit is contained in:
Long Wu Yuan 2022-03-31 16:55:00 +05:30 committed by GitHub
parent 5402d35663
commit 87979099fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,8 @@ COPY --from=builder /opt /opt
COPY --from=builder /etc/nginx /etc/nginx
COPY --from=builder entrypoint.sh /usr/local/entrypoint.sh
RUN apk update \
RUN chmod +x /usr/local/entrypoint.sh \
&& apk update \
&& apk upgrade \
&& apk add -U --no-cache \
bash \