Merge pull request #62 from zryfish/fix_dockerfile

fix dockerfile
This commit is contained in:
calvinyv
2018-06-07 17:40:20 +08:00
committed by GitHub

View File

@@ -5,6 +5,6 @@ RUN apk add --update ca-certificates \
&& mkdir -p /etc/kubesphere/ingress-controller
COPY ./bin/* /usr/local/bin/
COPY ./ingress-controller /etc/kubesphere/ingress-controller
COPY ./install/ingress-controller /etc/kubesphere/ingress-controller
CMD ["sh"]