Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Rename razonyang/hugo to hugomods/hugo
  • Loading branch information
razonyang committed May 7, 2023
1 parent ec7f85d commit eaf4bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############
# Build Stage #
###############
FROM razonyang/hugo:exts as builder
FROM hugomods/hugo:exts as builder
# Base URL
ARG HUGO_BASEURL=
ENV HUGO_BASEURL=${HUGO_BASEURL}
Expand All @@ -17,5 +17,5 @@ RUN cp ./public/en/404.html ./public/404.html
###############
# Final Stage #
###############
FROM razonyang/hugo:nginx
FROM hugomods/hugo:nginx
COPY --from=builder /src/public /site

0 comments on commit eaf4bed

Please sign in to comment.