mirror of https://github.com/tiyn/beaker-blog
parent
856205355a
commit
09b4b858ef
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
docker stop beaker-blog
|
||||
docker rm beaker-blog
|
||||
docker build . -t tiyn/beaker-blog
|
||||
docker run --name beaker-blog \
|
||||
--restart unless-stopped \
|
||||
-p "5000:5000" \
|
||||
-e FLASK_ENV=development \
|
||||
-d tiyn/beaker-blog
|
Loading…
Reference in new issue