4 Commits

Author SHA1 Message Date
snyk-bot
f8ead97600 fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133
- https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133
- https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094
- https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094
- https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094
2026-02-11 19:17:05 +00:00
AlexandrosAlexiou
883abaca0c Prepare for Heroku deployment
- Heroku will bind the app to $PORT

- Add parameter to API to be able to customize the background color of the svg

- Add parameter to API to be able to customize the border color of the svg

- Add SetUp.md section on how to customize your card with URL parameters

Update SetUp.md with a section on how to customize the card
2023-04-18 20:37:40 -04:00
AlexandrosAlexiou
235e94efd4 Apply codefactor.io suggestions
- Use specific python docker image (less error prone)
- Use '--no-cache-dir' flag in pip since pip cache makes docker images larger
2023-04-18 20:37:40 -04:00
AlexandrosAlexiou
02b606b543 Added support for Docker
- Updated SetUp.md with a "Run locally with Docker" section
- Moved requirements.txt to the root of the repo since some hosting
  services require the file to be there (eg. Heroku https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-python)
2023-04-18 20:37:40 -04:00