mbudisic commited on
Commit
b227c37
·
1 Parent(s): c06c4c1

Bug in Dockerfile uv call fixed

Browse files
Files changed (1) hide show
  1. 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 --with-extras web
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