Add 'CI/CD'
This commit is contained in:
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
|
Reference in New Issue
Block a user