Refactor to use new Converse API

This commit is contained in:
Aiden Dai
2024-06-04 16:20:25 +08:00
parent 696039053d
commit f0ea117732
3 changed files with 14 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt && pip install --no-cache-dir --upgrade boto3
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
COPY ./api /app/api