4 lines
59 B
Docker
4 lines
59 B
Docker
FROM nginx:1.9
|
|
|
|
COPY nginx.conf /etc/nginx/conf.d/app.conf
|
FROM nginx:1.9
|
|
|
|
COPY nginx.conf /etc/nginx/conf.d/app.conf
|