docs/Dockerfile
2023-05-23 21:35:35 +02:00

6 lines
110 B
Docker

FROM klakegg/hugo as build
COPY . /src
FROM nginx:alpine
COPY --from=build /src/public /usr/share/nginx/html