Update Dockerfile
Browse files- 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 |
|