chore: improve dockerignore

This commit is contained in:
LUIS NOVO 2025-06-10 13:53:37 -03:00
parent 62a2a39017
commit da63fc257a
2 changed files with 6 additions and 1 deletions

View file

@ -11,8 +11,11 @@ google-credentials.json
docker-compose*
.docker_data/
docs/
surreal-data/
surreal_data/
temp/
*.env
.mypy_cache/
.ruff_cache/
.pytest_cache
.ruff_cache
notebooks/

View file

@ -18,6 +18,8 @@ WORKDIR /app
COPY . /app
RUN uv sync
EXPOSE 8502
RUN mkdir -p /app/data