Added --compare and --query

This commit is contained in:
2024-02-20 10:59:58 +01:00
parent 71de08ffed
commit ab6a905093
9 changed files with 293 additions and 175 deletions
+2 -2
View File
@@ -24,5 +24,5 @@ pybabel compile -d translations
# Deployment
docker build -t my-flask-app .
docker run -p 8080:8080 my-flask-app
docker build -t stark-web .
docker run -p 8080:8080 stark-web