Made entrypoint script executable 2
parent
ed653e6ea9
commit
3cb7656a8f
|
|
@ -9,3 +9,4 @@ RUN chmod +x /etc/webhook/entrypoint.sh
|
|||
WORKDIR /etc/webhook
|
||||
EXPOSE 9000
|
||||
ENTRYPOINT ["/etc/webhook/entrypoint.sh"]
|
||||
CMD [""]
|
||||
Loading…
Reference in New Issue