Update DOCKERFILE
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 7s Details

This commit is contained in:
Roland Thomas Jr 2025-04-15 23:43:22 -04:00
parent bd92fa55e7
commit 796773017b
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM floryn90/hugo:ext-alpine-ci as hugo FROM floryn90/hugo:ext-alpine-onbuild as hugo
FROM nginx FROM nginx
COPY --from=hugo /target /usr/share/nginx/html COPY --from=hugo /target /usr/share/nginx/html