Feat: Se mueven archivos a APP

This commit is contained in:
2024-11-01 17:57:44 -05:00
parent a5e9f2db81
commit 4be1115e3a
31 changed files with 1171 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ 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