Try again 2
Browse files- 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
|