Browse Source

progress made; adding additional parameter

xiaoct 7 năm trước cách đây
mục cha
commit
7bc0146222
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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