feat: add Docker support with Dockerfile, docker-compose, and startup scripts

This commit is contained in:
2025-08-17 13:32:57 +03:00
parent 0eb3c49c4e
commit 4e73900969
6 changed files with 128 additions and 49 deletions

View File

@@ -131,3 +131,4 @@ async def get_marketplace_stocks(
):
updater = StocksUpdater(session)
return await updater.get_all_stocks_for_marketplace(int(marketplace_id), only_available)