Scripts and other things for the site
Go to file
2024-09-08 21:33:44 +02:00
.vscode Adding reading_plan. Updating requirements.txt. 2024-09-08 21:33:44 +02:00
2023-12-24-old Flask web-app init commit 2023-12-24 21:01:34 +00:00
config Flask web-app init commit 2023-12-24 21:01:34 +00:00
static Adding reading_plan. Updating requirements.txt. 2024-09-08 21:33:44 +02:00
templates Adding reading_plan. Updating requirements.txt. 2024-09-08 21:33:44 +02:00
.gitignore Flask web-app init commit 2023-12-24 21:01:34 +00:00
app.py Adding reading_plan. Updating requirements.txt. 2024-09-08 21:33:44 +02:00
docker-compose.yml Added pages and changed layout 2023-12-29 21:37:15 +00:00
Dockerfile Added pages and changed layout 2023-12-29 21:37:15 +00:00
Readme.md Flask web-app init commit 2023-12-24 21:01:34 +00:00
requirements.txt Adding reading_plan. Updating requirements.txt. 2024-09-08 21:33:44 +02:00

This website aims to bring the

Enable buildkit for docker:

sudo DOCKER_BUILDKIT=1 docker build . sudo docker-compose build

Then run with: sudo docker-compose up