Browse Source

progress made; adding additional parameter

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

+ 1 - 1
Dockerfile

@@ -9,7 +9,7 @@ FROM ubuntu
 # MAINTAINER name Chunteng Xiao
 # MAINTAINER name Chunteng Xiao
 
 
 RUN apt-get update
 RUN apt-get update
-RUN apt-get install nodejs nginx
+RUN apt-get install nodejs nginx -y
 RUN rm -v /etc/nginx/nginx.conf
 RUN rm -v /etc/nginx/nginx.conf
 ADD nginx.conf /etc/nginx
 ADD nginx.conf /etc/nginx
 EXPOSE 80
 EXPOSE 80