Mdean77 commited on
Commit
9488b3b
·
verified ·
1 Parent(s): b5d6da7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,8 +20,8 @@ WORKDIR $HOME/app
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
 
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