3 lines
48 B
Docker
3 lines
48 B
Docker
|
FROM nginx
|
||
|
|
||
|
ADD nginx.conf /etc/nginx/nginx.conf
|