Made entrypoint script executable 2
parent
ed653e6ea9
commit
3cb7656a8f
|
|
@ -8,4 +8,5 @@ COPY entrypoint.sh /etc/webhook/entrypoint.sh
|
||||||
RUN chmod +x /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"]
|
||||||
|
CMD [""]
|
||||||
Loading…
Reference in New Issue