Add 'CI/CD'
This commit is contained in:
parent
8bf98e683c
commit
fc10789c9c
2 changed files with 24 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM klakegg/hugo as build
|
||||
|
||||
WORKDIR /src
|
||||
COPY . /src/
|
||||
RUN hugo
|
||||
|
||||
FROM nginx
|
||||
COPY --from=build /src/public /usr/share/nginx/html
|
Loading…
Add table
Add a link
Reference in a new issue