budiee commited on
Commit
7fa1209
·
verified ·
1 Parent(s): 80ce11c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,2 +1,4 @@
1
  FROM ghcr.io/berriai/litellm:main-latest
 
 
2
  CMD ["--config", "config.yaml", "--port", "7860"]
 
1
  FROM ghcr.io/berriai/litellm:main-latest
2
+ WORKDIR /app
3
+ COPY . /app
4
  CMD ["--config", "config.yaml", "--port", "7860"]