binary1ne commited on
Commit
22a8348
·
verified ·
1 Parent(s): d1d9578

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -64,7 +64,7 @@ RUN .venv/bin/pip3 install uv playwright
64
  RUN ls -la .venv/bin/
65
 
66
  # RUN .venv/bin/uv pip3 install -r requirements.txt \
67
- RUN .venv/bin/pip3 install -r /app/web-ui/requirements.txt \
68
  && .venv/bin/playwright install --with-deps chromium
69
 
70
  # Expose the default port for the web application.
 
64
  RUN ls -la .venv/bin/
65
 
66
  # RUN .venv/bin/uv pip3 install -r requirements.txt \
67
+ RUN .venv/bin/pip3 install -r /web-ui/requirements.txt \
68
  && .venv/bin/playwright install --with-deps chromium
69
 
70
  # Expose the default port for the web application.