Mdean77 commited on
Commit
b5d6da7
·
verified ·
1 Parent(s): 7bc75db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -20,7 +20,8 @@ WORKDIR $HOME/app
20
  COPY --chown=user . $HOME/app
21
 
22
  # Install the dependencies
23
- RUN uv sync --frozen
 
24
 
25
  # Expose the port
26
  EXPOSE 7860
 
20
  COPY --chown=user . $HOME/app
21
 
22
  # Install the dependencies
23
+ # RUN uv sync --frozen
24
+ RUN uv sync
25
 
26
  # Expose the port
27
  EXPOSE 7860