5 lines
83 B
Docker
5 lines
83 B
Docker
|
FROM nginx:latest
|
||
|
MAINTAINER tanshu
|
||
|
|
||
|
COPY brew.conf /etc/nginx/conf.d/default.conf
|