Made entrypoint script executable
parent
733c1cc151
commit
ed653e6ea9
|
|
@ -5,6 +5,7 @@ FROM alpine:latest
|
||||||
RUN apk --no-cache add git openssh-client bash nano
|
RUN apk --no-cache add git openssh-client bash nano
|
||||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||||
COPY entrypoint.sh /etc/webhook/entrypoint.sh
|
COPY entrypoint.sh /etc/webhook/entrypoint.sh
|
||||||
|
RUN chmod +x /etc/webhook/entrypoint.sh
|
||||||
WORKDIR /etc/webhook
|
WORKDIR /etc/webhook
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
ENTRYPOINT ["/etc/webhook/entrypoint.sh"]
|
ENTRYPOINT ["/etc/webhook/entrypoint.sh"]
|
||||||
Loading…
Reference in New Issue