eheguy commited on
Commit
d6e74c4
·
1 Parent(s): c49f63d

Update Dockerfile to copy usage.py to container

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  # Copy all backend files
18
  COPY main.py .
19
  COPY humanizer.py .
20
-
21
 
22
  # Expose port 7860 (HuggingFace Spaces default port)
23
  EXPOSE 7860
 
17
  # Copy all backend files
18
  COPY main.py .
19
  COPY humanizer.py .
20
+ COPY usage.py .
21
 
22
  # Expose port 7860 (HuggingFace Spaces default port)
23
  EXPOSE 7860