test docker installation

This commit is contained in:
nicolas.dorier 2019-09-04 17:14:37 +09:00
parent 2c26a90304
commit 61d20e7f23
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -2,6 +2,9 @@
set -e
apt-get remove docker-ce
rm -rf /usr/local/bin/docker-compose
cd ../..
[ -d btcpayserver-docker ] || mv project btcpayserver-docker