Files
rfc-translater/nginx/Containerfile
2024-11-28 09:12:06 +09:00

7 lines
143 B
Docker

FROM ubi9-init
RUN dnf -y install nginx; dnf -y clean all
RUN systemctl enable nginx
COPY conf.d/default.conf /etc/nginx/conf.d/default.conf