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