Hamza4100 commited on
Commit
135dcc9
·
verified ·
1 Parent(s): 7c6f6e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ COPY rag_engine.py .
17
  COPY auth.py .
18
  COPY hf_storage.py .
19
  COPY user_management.py .
 
20
  COPY start.sh .
21
 
22
  # Make start script executable
 
17
  COPY auth.py .
18
  COPY hf_storage.py .
19
  COPY user_management.py .
20
+ COPY job_worker.py .
21
  COPY start.sh .
22
 
23
  # Make start script executable