4 lines
56 B
Docker
4 lines
56 B
Docker
|
FROM nginx:v1
|
||
|
|
||
|
COPY nginx.conf /etc/nginx/nginx.conf
|