update bash to sh, as there is no bash env

This commit is contained in:
newnius 2017-07-18 22:08:31 +08:00
parent c49f5cc22e
commit 74d8fc2c86

View File

@ -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"]