소스 검색

remove unneeded -y

Sam Erika Clotfelter 4 년 전
부모
커밋
bd1630c2ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ COPY nitter.nimble .
 RUN nimble install -y -d:strip
 
 COPY . .
-RUN nimble build -y -d:danger -d:lto \
+RUN nimble build -d:danger -d:lto \
     && nimble scss \
     && nimble md