瀏覽代碼

remove bad make target from makefile

George S. Baugh 4 年之前
父節點
當前提交
d1133dca24
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -9,6 +9,5 @@ RUN chown -R tcms /home/tcms
 USER tcms
 
 RUN make install
-RUN make reset-dummy-data
 ENTRYPOINT ["/usr/bin/starman","www/server.psgi"]
 CMD ['-p',$port]