remove unused line

Signed-off-by: Jeff <jeffzhang@yunify.com>
This commit is contained in:
Jeff
2021-06-23 16:38:24 +00:00
parent 6cdd050184
commit 4d90295474
3 changed files with 1 additions and 46 deletions

View File

@@ -31,7 +31,6 @@ WORKDIR /workspace
ADD . /workspace/
RUN make ks-apiserver
RUN pwd && ls -alh
RUN mv /workspace/bin/cmd/ks-apiserver ${OUTDIR}/usr/local/bin/
##############