Fix Dockerfile for build
This commit is contained in:
parent
78d68e0909
commit
23cb07259c
@ -1,3 +1,5 @@
|
|||||||
|
FROM klakegg/hugo as build
|
||||||
|
COPY . /src
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY . /usr/share/nginx/html
|
COPY --from=build /src/public /usr/share/nginx/html
|
||||||
|
Loading…
Reference in New Issue
Block a user