Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed Sep 25, 2024
1 parent cf33a8a commit 60d5262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM hugomods/hugo:exts-0.124.0 AS builder
WORKDIR /srv/hugo
COPY . .
RUN chown 1000:1000 -R /srv/hugo
ARG BASE_URL
RUN hugo --gc --minify --cleanDestinationDir --baseURL "${BASE_URL}"

FROM nginx:alpine
Expand Down

0 comments on commit 60d5262

Please sign in to comment.