From 74d8fc2c86194b92714a2285a4da3bd96e6960fd Mon Sep 17 00:00:00 2001 From: newnius Date: Tue, 18 Jul 2017 22:08:31 +0800 Subject: [PATCH] update bash to sh, as there is no bash env --- docker-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-proxy/Dockerfile b/docker-proxy/Dockerfile index e3a727c..f3546e9 100644 --- a/docker-proxy/Dockerfile +++ b/docker-proxy/Dockerfile @@ -10,4 +10,4 @@ RUN cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys ADD bootstrap.sh /etc/bootstrap.sh -CMD ["bash", "/etc/bootstrap.sh"] +ENTRYPOINT ["/etc/bootstrap.sh"]