(fix) dockerfile.database

This commit is contained in:
ishaan-jaff 2024-01-10 16:00:23 +05:30
parent b4d85cbecc
commit b3b674e1b5

View file

@ -54,7 +54,7 @@ RUN chmod +x entrypoint.sh
EXPOSE 4000/tcp
# Set your entrypoint and command
CMD ["./entrypoint.sh"]
ENTRYPOINT ["./entrypoint.sh"]
# this allows accepting litellm args
ENTRYPOINT ["litellm", "--port", "4000"]
# Specify arguments for the entrypoint script
CMD ["litellm", "--port", "4000"]