You've already forked Travel-Agent
feat: Added redis as storage for states, improvements in docker compose, added /cancel command, small improvements
This commit is contained in:
@@ -10,8 +10,3 @@ RUN pip install --no-cache-dir -r prod.txt
|
||||
|
||||
# Copy the rest of the application files
|
||||
COPY . .
|
||||
|
||||
# Apply migrations
|
||||
# RUN alembic -c app/alembic.ini upgrade head
|
||||
|
||||
CMD ["python", "-m", "app"]
|
||||
|
||||
Reference in New Issue
Block a user