Skip to content

Commit 026129f

Browse files
author
Adriano Sanges
committed
Update Dockerfile to modify ENTRYPOINT for UV execution
- Change ENTRYPOINT from ["uv", "run"] to ["uv"] to streamline command execution - Ensure compatibility with UV command structure during container runtime
1 parent aa0b6a6 commit 026129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN apt-get update && apt-get install -y \
1616
RUN uv --directory real-estate-etl sync --frozen
1717
RUN uv --directory real-estate-sqlmesh sync --frozen
1818

19-
ENTRYPOINT ["uv","run"]
19+
ENTRYPOINT ["uv"]

0 commit comments

Comments
 (0)