JoelJokku commited on
Commit
ee39e77
·
1 Parent(s): e7f2e98

Updated files

Browse files
Files changed (2) hide show
  1. language_detection.py → app.py +0 -0
  2. dockerfile +1 -1
language_detection.py → app.py RENAMED
File without changes
dockerfile CHANGED
@@ -5,4 +5,4 @@ RUN pip install --no-cache-dir -r requirements.txt
5
 
6
  COPY . .
7
  EXPOSE 5000
8
- CMD [ "python","language_detection.py" ]
 
5
 
6
  COPY . .
7
  EXPOSE 5000
8
+ CMD [ "python","app.py" ]