fix(backend): include certifi in docker image
Some checks failed
Build extension ZIP / Build extension (push) Has been cancelled
Publish docker image / Publish (push) Has been cancelled

This commit is contained in:
Ashhhleyyy 2024-03-11 10:03:31 +00:00
parent 246f4e11b7
commit 01114692dc
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -14,6 +14,7 @@
fastapi
uvicorn
aiohttp
certifi
];
devDependencies = ps: with ps; [
fastapi