run by uvicorn

parent 50ee5d2b
...@@ -21,4 +21,4 @@ RUN chmod +x wait-for-postgres.sh ...@@ -21,4 +21,4 @@ RUN chmod +x wait-for-postgres.sh
ENTRYPOINT ["/app/wait-for-postgres.sh"] ENTRYPOINT ["/app/wait-for-postgres.sh"]
# This is your application's original startup command # This is your application's original startup command
CMD ["/bin/bash", "-c", "python apply_test_schema.py && python insert_csv_embeddings.py && python main.py"] CMD ["/bin/bash", "-c", "python apply_test_schema.py && python insert_csv_embeddings.py && uvicorn main:app --host 0.0.0.0 --port 8000"]
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment