VinpolarX commited on
Commit
40ef249
·
verified ·
1 Parent(s): 743a652

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,4 +5,5 @@ COPY requirements.txt .
5
  RUN pip install --no-cache-dir -r requirements.txt
6
  COPY . .
7
  EXPOSE 7860
8
- CMD ["python", "app.py"]
 
 
5
  RUN pip install --no-cache-dir -r requirements.txt
6
  COPY . .
7
  EXPOSE 7860
8
+ CMD ["python", "fixer.py"]
9
+