Update DOCKERFILE
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 11s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 11s
Details
This commit is contained in:
parent
796773017b
commit
10773e44d3
|
@ -1,5 +1,7 @@
|
|||
FROM floryn90/hugo:ext-alpine-onbuild as hugo
|
||||
|
||||
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/
|
Loading…
Reference in New Issue