FROM nginx:mainline-alpine # Install hugo RUN apk add hugo git # Copy over auxiliary scripts COPY aux/* /docker-entrypoint.d/