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:
9
rebuild.sh
Executable file
9
rebuild.sh
Executable 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
|
||||
Reference in New Issue
Block a user