ci: force rebuild of latest

This commit is contained in:
Geoff Bourne
2021-05-21 06:50:04 -05:00
committed by GitHub
parent 98c7e43927
commit eb490e92c3

View File

@@ -84,5 +84,6 @@ RUN dos2unix /start* && chmod +x /start*
RUN dos2unix /health.sh && chmod +x /health.sh
RUN dos2unix /autopause/* && chmod +x /autopause/*.sh
ENTRYPOINT [ "/start" ]
HEALTHCHECK --start-period=1m CMD /health.sh