diff --git a/Dockerfile b/Dockerfile index 7a44a74af..b114fd781 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,4 +93,6 @@ RUN chmod -R go=u /app # Make all home files available (specifically .mix/) RUN chmod -R go=u $HOME +HEALTHCHECK CMD wget --no-verbose --tries=1 --spider http://localhost:${LIVEBOOK_PORT-8080}/public/health || exit 1 + CMD [ "/app/bin/livebook", "start" ]