Update enter.sh

This commit is contained in:
Pascal Vizeli 2018-03-04 16:04:43 +01:00 committed by GitHub
parent b54d99139a
commit b77efde8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker build -t hassbuildroot -f Dockerfile.vm .
docker build -t hassbuildroot .
docker run -it --rm hassbuildroot /bin/bash