mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
6 lines
76 B
Docker
6 lines
76 B
Docker
FROM nginx
|
|
|
|
ADD nginx.conf /etc/nginx/nginx.conf
|
|
ADD cert/ /etc/nginx/cert
|
|
|