dockerfile
This commit is contained in:
parent
867bb41b3a
commit
ded0237b9d
@ -5,3 +5,12 @@ COPY content/ /src
|
|||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
|
|
||||||
|
FROM nginx:alpine
|
||||||
|
|
||||||
|
COPY --from=builder /src/public /usr/share/nginx/html
|
||||||
|
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user