Go to file
2024-01-22 15:00:38 +01:00
static Multiple fixes listed in 2024-01-03 changelog 2024-01-22 14:56:12 +01:00
templates Multiple fixes listed in 2024-01-03 changelog 2024-01-22 14:56:12 +01:00
.gitignore Updated index page + Added about and result pages 2023-12-05 15:26:57 +01:00
app.py Multiple fixes listed in 2024-01-03 changelog 2024-01-22 14:56:12 +01:00
Dockerfile Updated Dockerfile 2023-12-06 16:35:15 +01:00
gui.py Initial commit 2023-10-04 17:24:40 +02:00
LICENSE Added licence 2023-12-06 16:38:40 +01:00
README.md Added licence 2023-12-06 16:38:40 +01:00
requirements.txt Updated to last version of STARK 2024-01-22 15:00:38 +01:00
setup.py Updated index page + Added about and result pages 2023-12-05 15:26:57 +01:00

docker build -t my-flask-app . docker run -p 8080:8080 my-flask-app