diff --git a/Dockerfile b/Dockerfile index e79088f744..ff1c89aec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,9 +104,4 @@ ENV \ ASSET_URL='' \ STATIC_MESSAGE_URL='' -RUN apk add --no-cache curl -HEALTHCHECK \ - --interval=5s --timeout=3s --retries=3 --start-period=5s \ - CMD curl -fsSLI "http://localhost:$PORT/" || exit 1 - CMD yarn run start