소스 검색

progress made; adding additional parameter

xiaoct 7 년 전
부모
커밋
7bc0146222
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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