Skip to content

Commit 050cbde

Browse files
YedPoolclaude
andcommitted
Fix startup script execution by explicitly using bash
- Change CMD to explicitly use bash interpreter - Resolves "unknown command for ollama" error - Ensures script runs properly regardless of base image ENTRYPOINT 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5e55637 commit 050cbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cerebrium/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
7474
CMD curl -f http://localhost:11434/api/tags || exit 1
7575

7676
# Start both services
77-
CMD ["/app/start.sh"]
77+
CMD ["/bin/bash", "/app/start.sh"]

0 commit comments

Comments
 (0)