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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -67,6 +67,7 @@ RUN ls -la .venv/bin/
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.
71
  EXPOSE 7860
72
 
 
67
  RUN .venv/bin/pip3 install -r /web-ui/requirements.txt \
68
  && .venv/bin/playwright install --with-deps chromium
69
 
70
+ RUN chmod -R 777 /web-ui/*
71
  # Expose the default port for the web application.
72
  EXPOSE 7860
73