forked from phoenix/litellm-mirror
(fix) clean up root repo - move entrypoint.sh and build_admin_ui to /docker (#6110)
* fix move docker files to docker folders * move check file length * fix docker hub deploy * fix clean up root * fix circle ci config
This commit is contained in:
parent
cc960da4b6
commit
d1760b1b04
10 changed files with 22 additions and 22 deletions
|
@ -7,8 +7,8 @@ WORKDIR /app
|
|||
# Copy the configuration file into the container at /app
|
||||
COPY config.yaml .
|
||||
|
||||
# Make sure your entrypoint.sh is executable
|
||||
RUN chmod +x entrypoint.sh
|
||||
# Make sure your docker/entrypoint.sh is executable
|
||||
RUN chmod +x docker/entrypoint.sh
|
||||
|
||||
# Expose the necessary port
|
||||
EXPOSE 4000/tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue