Mdean77 commited on
Commit
074f5da
·
1 Parent(s): 2a03ddd

Installed uv into app folder

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV UVICORN_WS_PROTOCOL=websockets
20
 
21
  # Set the working directory
22
  WORKDIR $HOME/app
23
-
24
 
25
  # # Copy the app to the container
26
  COPY --chown=user . $HOME/app
 
20
 
21
  # Set the working directory
22
  WORKDIR $HOME/app
23
+ RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=$HOME/app sh
24
 
25
  # # Copy the app to the container
26
  COPY --chown=user . $HOME/app