diff --git a/entrypoint.sh b/entrypoint.sh index bad4c4c..e4ae9f6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -36,7 +36,7 @@ main() { npm i >/dev/null echo "Building Quartz..." - npx quartz build + npx quartz build >/dev/null echo "Starting Nginx..." exec nginx -g "daemon off;"