Ver Fonte

progress made; adding additional parameter

xiaoct há 7 anos atrás
pai
commit
7bc0146222
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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