Spaces:
Sleeping
Sleeping
Bug in Dockerfile uv call fixed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ COPY --chown=user . $HOME/app
|
|
21 |
|
22 |
# Install the dependencies
|
23 |
# Install both core and web dependencies
|
24 |
-
RUN uv sync --
|
25 |
|
26 |
# Expose the port
|
27 |
EXPOSE 7860
|
|
|
21 |
|
22 |
# Install the dependencies
|
23 |
# Install both core and web dependencies
|
24 |
+
RUN uv sync --extra web
|
25 |
|
26 |
# Expose the port
|
27 |
EXPOSE 7860
|