chore: improve dockerignore
This commit is contained in:
parent
62a2a39017
commit
da63fc257a
2 changed files with 6 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ WORKDIR /app
|
|||
COPY . /app
|
||||
|
||||
RUN uv sync
|
||||
|
||||
|
||||
EXPOSE 8502
|
||||
|
||||
RUN mkdir -p /app/data
|
||||
|
|
|
|||
Loading…
Reference in a new issue