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