Mdean77 commited on
Commit
6cab193
·
1 Parent(s): 919b6e1

another change

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ COPY . /app
29
  RUN chmod 777 entrypoint.sh
30
 
31
  # # Install the dependencies
32
- RUN uv sync --frozen
33
 
34
  # # Expose the ports
35
  EXPOSE 7860 6333
 
29
  RUN chmod 777 entrypoint.sh
30
 
31
  # # Install the dependencies
32
+ RUN app/uv sync --frozen
33
 
34
  # # Expose the ports
35
  EXPOSE 7860 6333