Feat: Update Deploy Dependencies

This commit is contained in:
2024-11-01 18:35:34 -05:00
parent 4be1115e3a
commit b814fe232f
3 changed files with 1469 additions and 291 deletions

View File

@@ -14,8 +14,6 @@ RUN poetry install --no-interaction --no-ansi --no-root
COPY ./app ./app
RUN pip3 install -r ./app/requirements.txt
RUN poetry install --no-interaction --no-ansi
EXPOSE 8080