5 lines
77 B
Docker
5 lines
77 B
Docker
FROM nginx
|
|
MAINTAINER cheney
|
|
ADD www /app
|
|
ADD default.conf /etc/nginx/conf.d
|