1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-09-22 06:21:38 +02:00

docker: modified files for local build

This commit is contained in:
2021-06-08 14:33:08 +02:00
parent 6b9c88e0de
commit 3286034cce
3 changed files with 12 additions and 12 deletions

9
rebuild.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
docker stop amphora-wiki
docker rm amphora-wiki
docker build . -t tiyn/amphora-wiki
docker run --name amphora-wiki \
--restart unless-stopped \
-p "5000:5000" \
-e FLASK_ENV=development \
-d tiyn/amphora-wiki