Skip to content

Commit aa0b6a6

Browse files
author
Adriano Sanges
committed
Update Dockerfile to specify directories for UV sync commands
- Modify UV sync commands to include specific directories for real-estate-etl and real-estate-sqlmesh - Ensure proper synchronization of project directories during the Docker build process
1 parent 4d94380 commit aa0b6a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
1111
git \
1212
&& rm -rf /var/lib/apt/lists/*
1313

14-
RUN uv sync --frozen
14+
15+
16+
RUN uv --directory real-estate-etl sync --frozen
17+
RUN uv --directory real-estate-sqlmesh sync --frozen
1518

1619
ENTRYPOINT ["uv","run"]

0 commit comments

Comments
 (0)