still debugging some stupid portainer thing
This commit is contained in:
parent
94d181cd3d
commit
e3942ec527
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@ FROM golang:1.24-alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install Hugo and Git
|
# Install Hugo and Git
|
||||||
RUN apk add --no-cache hugo git
|
RUN apk add --no-cache hugo
|
||||||
|
|
||||||
# Copy the repository contents
|
# Copy the repository contents
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build the site
|
# Build the site with verbose output
|
||||||
RUN hugo --minify
|
RUN hugo --minify --verbose
|
||||||
|
|
||||||
# Production stage
|
# Production stage
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
Loading…
Add table
Reference in a new issue