Mdean77 commited on
Commit
919b6e1
·
1 Parent(s): 59a2408
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV UVICORN_WS_PROTOCOL=websockets
19
 
20
 
21
  RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/app sh
22
- RUN source /app/env
23
  # Set the working directory
24
  WORKDIR /app
25
 
 
19
 
20
 
21
  RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/app sh
22
+ RUN sh /app/env
23
  # Set the working directory
24
  WORKDIR /app
25