namberino commited on
Commit
569e6ec
Β·
1 Parent(s): a1c30e1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip
25
  RUN pip install --no-cache-dir -r /app/requirements.txt
26
 
27
  # copy app code
28
- COPY . /app
29
 
30
  EXPOSE 7860
31
 
 
25
  RUN pip install --no-cache-dir -r /app/requirements.txt
26
 
27
  # copy app code
28
+ COPY src /app
29
 
30
  EXPOSE 7860
31
 
app.py β†’ src/app.py RENAMED
File without changes
generator.py β†’ src/generator.py RENAMED
File without changes
utils.py β†’ src/utils.py RENAMED
File without changes