diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..7e50842 --- /dev/null +++ b/test.sh @@ -0,0 +1,10 @@ +#! /bin/sh +# +# test.sh +# Copyright (C) 2020 Vintage Salt +# +# Distributed under terms of the MIT license. +# + +sudo docker run -p 8080:80 -it "$(sudo docker build -q .)" +