FROM alpine RUN apk add --no-cache hugo WORKDIR /usr/src COPY . . CMD [ "hugo", "serve", "--baseURL", "https://www.tyil.nl","--bind", "::" ]