Made entrypoint script executable 3
parent
3cb7656a8f
commit
b9546e8d25
|
|
@ -8,5 +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 ["/bin/bash /etc/webhook/entrypoint.sh"]
|
||||||
CMD [""]
|
CMD [""]
|
||||||
Loading…
Reference in New Issue