build(dockerfile.database): clean up

This commit is contained in:
Krrish Dholakia 2024-01-10 19:51:39 +05:30
parent 33916cb87c
commit 186e6aaff5

View file

@ -54,6 +54,6 @@ RUN chmod +x entrypoint.sh
EXPOSE 4000/tcp
# # Set your entrypoint and command
# ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["litellm"]
CMD ["--port", "4000"]