Skip to content

Commit

Permalink
Revert "Rebuild"
Browse files Browse the repository at this point in the history
This reverts commit 17b9653.
  • Loading branch information
abatilo committed Jun 26, 2024
1 parent 17b9653 commit 0141fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --link static ./static
COPY --link themes ./themes
RUN hugo --minify

FROM nginx:1-alpine
FROM nginx:1.27.0-alpine

COPY --link --from=builder /src/public /usr/share/nginx/html
COPY --link nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 0141fbd

Please sign in to comment.