mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
3 lines
91 B
Docker
3 lines
91 B
Docker
FROM nginx
|
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
|
COPY ./certs /etc/nginx/certs |