mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-11 21:31:45 +00:00
chore: update docker_logic (#303)
This commit is contained in:
commit
b53a2e7e8d
3 changed files with 3 additions and 2 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.sh text eol=lf
|
||||
|
|
@ -42,7 +42,7 @@ ENV PATH="/app/.venv/bin:$PATH"
|
|||
|
||||
# Copy and make the start script executable
|
||||
COPY start.sh /app/start.sh
|
||||
RUN chmod +x /app/start.sh
|
||||
RUN sed -i 's/\r$//' /app/start.sh && chmod +x /app/start.sh
|
||||
|
||||
# Reset the entrypoint, don't invoke `uv`
|
||||
ENTRYPOINT []
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# wait for database to be ready
|
||||
echo "Waiting for database to be ready..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue