Made entrypoint script executable 2

main
Andre Challier 2024-03-27 14:16:54 +01:00
parent ed653e6ea9
commit 3cb7656a8f
1 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ COPY entrypoint.sh /etc/webhook/entrypoint.sh
RUN chmod +x /etc/webhook/entrypoint.sh
WORKDIR /etc/webhook
EXPOSE 9000
ENTRYPOINT ["/etc/webhook/entrypoint.sh"]
ENTRYPOINT ["/etc/webhook/entrypoint.sh"]
CMD [""]