build: remove verbose flag from Hugo build command in Dockerfile
This commit is contained in:
parent
e8cd3f7e2a
commit
5c33bd3897
@ -39,7 +39,7 @@ COPY . .
|
|||||||
# Build the Hugo site.
|
# Build the Hugo site.
|
||||||
# - Output will be in /src/public by default.
|
# - Output will be in /src/public by default.
|
||||||
# - Using --verbose and --debug for more detailed build logs.
|
# - Using --verbose and --debug for more detailed build logs.
|
||||||
RUN hugo --gc --minify --verbose --debug
|
RUN hugo --gc --minify --debug
|
||||||
|
|
||||||
# Stage 2: Serve the site with Nginx
|
# Stage 2: Serve the site with Nginx
|
||||||
FROM nginx:1.25-alpine
|
FROM nginx:1.25-alpine
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user