Remove healthcheck
The feature was poorly implemented, and offered little value
This commit is contained in:
parent
eb4d9593b8
commit
db196fbb3b
@ -12,5 +12,4 @@ WORKDIR /usr/local/apache2/htdocs/
|
||||
RUN mkdir download
|
||||
RUN chown -R $PUID:$PGID /usr/local/apache2/htdocs
|
||||
ENV IMG false
|
||||
HEALTHCHECK --start-period=1m CMD /healthcheck.sh
|
||||
CMD ["/bin/bash","/init.sh"]
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
while [ $(cat /status) != "INIT" ]
|
||||
do
|
||||
sleep 10;
|
||||
done
|
||||
|
||||
curl --insecure --fail --silent --show-error -I http://localhost:80 > /dev/null || exit 1
|
Loading…
Reference in New Issue
Block a user