Files
blogker/Dockerfile
2023-08-31 19:03:16 +02:00

9 lines
156 B
Docker

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