mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 14:25:45 +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
|
|
|