set execute bit on entrypoint.sh (#8404)
This commit is contained in:
parent
5402d35663
commit
87979099fd
1 changed files with 28 additions and 27 deletions
|
@ -33,7 +33,8 @@ COPY --from=builder /opt /opt
|
||||||
COPY --from=builder /etc/nginx /etc/nginx
|
COPY --from=builder /etc/nginx /etc/nginx
|
||||||
COPY --from=builder entrypoint.sh /usr/local/entrypoint.sh
|
COPY --from=builder entrypoint.sh /usr/local/entrypoint.sh
|
||||||
|
|
||||||
RUN apk update \
|
RUN chmod +x /usr/local/entrypoint.sh \
|
||||||
|
&& apk update \
|
||||||
&& apk upgrade \
|
&& apk upgrade \
|
||||||
&& apk add -U --no-cache \
|
&& apk add -U --no-cache \
|
||||||
bash \
|
bash \
|
||||||
|
|
Loading…
Reference in a new issue