Spaces:
Runtime error
Runtime error
another change
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ COPY . /app
|
|
29 |
RUN chmod 777 entrypoint.sh
|
30 |
|
31 |
# # Install the dependencies
|
32 |
-
RUN uv sync --frozen
|
33 |
|
34 |
# # Expose the ports
|
35 |
EXPOSE 7860 6333
|
|
|
29 |
RUN chmod 777 entrypoint.sh
|
30 |
|
31 |
# # Install the dependencies
|
32 |
+
RUN app/uv sync --frozen
|
33 |
|
34 |
# # Expose the ports
|
35 |
EXPOSE 7860 6333
|