Made entrypoint script executable 4

main
Andre Challier 2024-03-27 14:20:28 +01:00
parent b9546e8d25
commit 7c46446440
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# #
# Create hosts.json with by replacing environment variables in template file # Create hosts.json with by replacing environment variables in template file