Spaces:
Runtime error
Runtime error
source
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ ENV UVICORN_WS_PROTOCOL=websockets
|
|
19 |
|
20 |
|
21 |
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/app sh
|
22 |
-
RUN
|
23 |
# Set the working directory
|
24 |
WORKDIR /app
|
25 |
|
|
|
19 |
|
20 |
|
21 |
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/app sh
|
22 |
+
RUN sh /app/env
|
23 |
# Set the working directory
|
24 |
WORKDIR /app
|
25 |
|