(fix) dockerfile

This commit is contained in:
ishaan-jaff 2023-11-21 17:14:34 -08:00
parent 53558cc8b3
commit fbf9cab5b9

View file

@ -13,4 +13,4 @@ RUN pip install -r requirements.txt
WORKDIR /app/litellm/proxy
# Set the command to run when the container starts
CMD python3 proxy_cli.py --config hosted_config.yaml --port 4000
CMD python3 proxy_cli.py --config /../../hosted_config.yaml --port 4000