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

This commit is contained in:
Roland Thomas Jr 2025-04-15 23:50:18 -04:00
parent 10773e44d3
commit f6214c2e65
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
FROM floryn90/hugo:0.146.5-alpine-onbuild as hugo
USER root
RUN chown -R hugo:hugo /src
USER hugo
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/