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

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