binary1ne commited on
Commit
d1d9578
·
verified ·
1 Parent(s): 32a4e48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -34,9 +34,9 @@ RUN git clone https://github.com/browser-use/web-ui.git
34
  RUN ls -la
35
 
36
  # Set the working directory to the newly cloned repository.
37
- WORKDIR /app/web-ui
38
 
39
- RUN ls -la /app/web-ui
40
 
41
 
42
  # Install uv first, then use it to create the virtual environment and install dependencies.
 
34
  RUN ls -la
35
 
36
  # Set the working directory to the newly cloned repository.
37
+ WORKDIR /web-ui
38
 
39
+ RUN ls -la /web-ui
40
 
41
 
42
  # Install uv first, then use it to create the virtual environment and install dependencies.