feat: add API to get daily consumption
This commit is contained in:
parent
9c883a8eca
commit
a0acb2950c
18 changed files with 278 additions and 6 deletions
|
|
@ -3,4 +3,4 @@ WORKDIR /app
|
|||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
CMD ["python", "consumer.py"]
|
||||
ENTRYPOINT ["python"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue