Skip to content

Commit c168138

Browse files
authored
fix: copy core utilities for pydantic model (#178)
copy core utlities for pydantic model
1 parent 86b8f93 commit c168138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/pydantic-model/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV _TYPER_STANDARD_TRACEBACK=1
55

66
COPY pyproject.toml ./pyproject.toml
77
COPY poetry.lock ./poetry.lock
8+
COPY ./core_utilities/pydantic /assets/core_utilities
89
COPY ./src ./src
910

1011
RUN pip3 install poetry &&\

0 commit comments

Comments
 (0)