supercow/Dockerfile
2024-08-12 14:20:28 +02:00

9 lines
180 B
Docker

FROM nginx:mainline-bookworm
RUN apt update && apt install -y dpkg-dev cron
COPY aux /aux
COPY init/* /docker-entrypoint.d/
COPY other/nginx.conf /etc/nginx/conf.d/default.conf