supercow/Dockerfile

9 lines
180 B
Docker
Raw Permalink Normal View History

2024-08-12 12:20:28 +00:00
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