Unverified Commit 4a4ff44f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Add healthcheck

parent 404d6e37
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52,4 +52,6 @@ ENV CPU_CORES 1
ENV DISK_SIZE 16G
ENV RAM_SIZE 512M

HEALTHCHECK --interval=30s --timeout=5s CMD curl -f http://127.0.0.1:5000/ || exit 1

ENTRYPOINT ["/run/run.sh"]