Skip to content

Commit 5ac9e4f

Browse files
author
Adriano Sanges
committed
Update Dockerfile to change ENTRYPOINT to shell
- Modify ENTRYPOINT from ["uv"] to ["/bin/sh"] for improved command execution flexibility - Ensure compatibility with shell commands during container runtime
1 parent f2cb5f9 commit 5ac9e4f

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"]
19+
ENTRYPOINT ["/bin/sh"]

0 commit comments

Comments
 (0)