Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Replace razonyang/hugo with hugomods/hugo
  • Loading branch information
razonyang authored May 7, 2023
1 parent 24be460 commit 3a9e767
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
###############
# Build Stage #
###############
FROM razonyang/hugo:exts as builder
FROM hugomods/hugo:exts as builder

WORKDIR /src
COPY . /src

ENV HUGO_ENV=production
Expand Down Expand Up @@ -32,5 +31,5 @@ RUN hugo --minify --gc --enableGitInfo
###############
# Final Stage #
###############
FROM razonyang/hugo:nginx
FROM hugomods/hugo:nginx
COPY --from=builder /src/public /site

0 comments on commit 3a9e767

Please sign in to comment.