diff --git a/Dockerfile b/Dockerfile index 0bd00c4..b06a618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ \ No newline at end of file