Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM floryn90/hugo:ext-alpine
FROM ghcr.io/gohugoio/hugo

RUN apk add git && \
git config --global --add safe.directory /src
COPY . /project

RUN npm i

RUN hugo --minify