fix(deploy): ensure /root/.pry dir and volume exist for SQLite migrations (#7)
This commit is contained in:
parent
07288a01d7
commit
dec3db9618
3 changed files with 8 additions and 6 deletions
|
|
@ -41,7 +41,7 @@ COPY routers/ ./routers/
|
|||
COPY llm_providers/ ./llm_providers/
|
||||
COPY stealth_scripts/ ./stealth_scripts/
|
||||
COPY templates/ ./templates/
|
||||
RUN mkdir -p /app/sessions
|
||||
RUN mkdir -p /app/sessions /root/.pry
|
||||
|
||||
EXPOSE 8002
|
||||
HEALTHCHECK --interval=15s --timeout=5s --start-period=10s --retries=3 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue