Add backend

This commit is contained in:
2023-12-14 15:36:45 +03:00
parent 31e92a2f00
commit 62ec2d52f8
48 changed files with 1686 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ RUN pip install poetry
COPY ./pyproject.toml /app/pyproject.toml
COPY ./poetry.lock /app/poetry.lock
RUN poetry install --only main
RUN poetry install --only main --only ui --only backend --all-extras
COPY ./soul_diary /app/soul_diary