|
|
@@ -11,6 +11,6 @@ RUN apt-get update
|
|
|
RUN apt-get install -y nodejs nginx npm
|
|
|
RUN rm -v /etc/nginx/nginx.conf
|
|
|
RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
|
|
|
-ADD nginx.conf /etc/nginx
|
|
|
+ADD default /etc/nginx/sites-available
|
|
|
EXPOSE 80
|
|
|
CMD service nginx start
|