Docker with sqlite-web

This commit is contained in:
6ec123321 2019-03-29 17:46:17 +04:00
parent 6ad01d9a22
commit 0e4055cecb
8 changed files with 294 additions and 0 deletions

View file

@ -0,0 +1,4 @@
docker stop py3-kms
docker rm py3-kms
docker image rm pykms/pykms:py3-kms
docker build -t pykms/pykms:py3-kms .