浏览代码

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]