3 lines
57 B
Docker
3 lines
57 B
Docker
|
FROM nginx:1.13.12
|
||
|
|
||
|
COPY nginx.conf /etc/nginx/nginx.conf
|