Made entrypoint script executable 3

main
Andre Challier 2024-03-27 14:17:28 +01:00
parent 3cb7656a8f
commit b9546e8d25
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +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 ["/bin/bash /etc/webhook/entrypoint.sh"]
CMD [""]