diff --git a/Dockerfile b/Dockerfile index f000f4d..e4714ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,6 @@ USER redlib EXPOSE 8080 # Run a healthcheck every minute to make sure redlib is functional -HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider --q http://localhost:8080/settings || exit 1 +HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider -q http://localhost:8080/settings || exit 1 CMD ["redlib"] \ No newline at end of file