Made entrypoint script executable 4
parent
b9546e8d25
commit
7c46446440
|
|
@ -8,5 +8,5 @@ COPY entrypoint.sh /etc/webhook/entrypoint.sh
|
|||
RUN chmod +x /etc/webhook/entrypoint.sh
|
||||
WORKDIR /etc/webhook
|
||||
EXPOSE 9000
|
||||
ENTRYPOINT ["/bin/bash /etc/webhook/entrypoint.sh"]
|
||||
ENTRYPOINT ["/etc/webhook/entrypoint.sh"]
|
||||
CMD [""]
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Create hosts.json with by replacing environment variables in template file
|
||||
|
|
|
|||
Loading…
Reference in New Issue