Skip to content

Commit 5df62b4

Browse files
author
Adriano Sanges
committed
Refactor Dockerfile to simplify ENTRYPOINT syntax
- Change ENTRYPOINT from ["/bin/sh"] to ["sh"] for consistency and clarity - Maintain compatibility with shell command execution during container runtime
1 parent 5ac9e4f commit 5df62b4

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

0 commit comments

Comments
 (0)