lemonteaa commited on
Commit
0355c60
·
verified ·
1 Parent(s): 7a5e0a5

Try again 2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir --upgrade pip
12
  RUN pip install langfuse>=2.0.0 prisma
13
 
14
  COPY --chown=user litellm_config.yaml .
15
- RUN cp /app $HOME/app
16
 
17
  RUN chmod +x entrypoint.sh
18
  RUN chown -R user $HOME/app
 
12
  RUN pip install langfuse>=2.0.0 prisma
13
 
14
  COPY --chown=user litellm_config.yaml .
15
+ RUN cp -r /app $HOME/app
16
 
17
  RUN chmod +x entrypoint.sh
18
  RUN chown -R user $HOME/app