diff --git a/Dockerfile b/Dockerfile index 193886b..9b147df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,8 @@ COPY . . # Build the Hugo site. # - Output will be in /src/public by default. -# - Added --verbose and --debug for more detailed build logs. -# - Removed the '|| mkdir ...' fallback to ensure Hugo errors stop the build and are visible. -RUN hugo --gc --minify --logLevel info --logLevel debug +# - Using --verbose and --debug for more detailed build logs. +RUN hugo --gc --minify --verbose --debug # Stage 2: Serve the site with Nginx FROM nginx:1.25-alpine