Scripts and other things for the site
Go to file
2023-12-29 21:37:15 +00: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 Added pages and changed layout 2023-12-29 21:37:15 +00:00
templates Added pages and changed layout 2023-12-29 21:37:15 +00:00
.gitignore Flask web-app init commit 2023-12-24 21:01:34 +00:00
app.py Added pages and changed layout 2023-12-29 21:37:15 +00: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 Flask web-app init commit 2023-12-24 21:01:34 +00: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