mirror of
https://github.com/tex2e/rfc-translater.git
synced 2025-12-20 00:54:10 +08:00
7 lines
143 B
Docker
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
|