Browse Source

modified dockerfile

xiaoct 7 years ago
parent
commit
0ca22b5956
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -9,7 +9,6 @@ FROM ubuntu
 # MAINTAINER name Chunteng Xiao
 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 default /etc/nginx/sites-available
 EXPOSE 80