remove unneeded -y

このコミットが含まれているのは:
Sam Erika Clotfelter 2022-01-27 00:01:51 -05:00
コミット bd1630c2ee
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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