binary1ne commited on
Commit
3ffeff1
·
verified ·
1 Parent(s): 2971656

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -41,7 +41,8 @@ RUN pip install uv
41
  RUN uv venv --python 3.11
42
 
43
  # Set the PATH to include the virtual environment's binary directory.
44
- ENV PATH="/app/web-ui/.venv/bin:$PATH"
 
45
 
46
  RUN source .venv/bin/activate
47
 
 
41
  RUN uv venv --python 3.11
42
 
43
  # Set the PATH to include the virtual environment's binary directory.
44
+ # ENV PATH="/app/web-ui/.venv/bin:$PATH"
45
+ RUN ls -la
46
 
47
  RUN source .venv/bin/activate
48