AUXteam commited on
Commit
308cff2
·
verified ·
1 Parent(s): 2dea9e7

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -29,6 +29,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
29
  WORKDIR /home/user/app
30
 
31
  # Copy the rest of the application
 
32
  COPY --chown=user . .
33
 
34
  # Expose the port
 
29
  WORKDIR /home/user/app
30
 
31
  # Copy the rest of the application
32
+ # Force rebuild - 2026-02-15
33
  COPY --chown=user . .
34
 
35
  # Expose the port