Skip to content

Commit 434abf6

Browse files
author
Adriano Sanges
committed
Update Dockerfile to change ENTRYPOINT to bash for improved command execution
- Modify ENTRYPOINT from ["sh"] to ["bash", "-c"] to enhance command execution flexibility - Ensure compatibility with shell commands during container runtime
1 parent 5df62b4 commit 434abf6

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 ["sh"]
19+
ENTRYPOINT ["bash", "-c"]

0 commit comments

Comments
 (0)