website/Containerfile

6 lines
89 B
Docker

FROM alpine
RUN apk add git hugo
WORKDIR /app
COPY . /app
CMD hugo server --bind 0.0.0.0