GitHub Actions commited on
Commit
85c8fab
·
2 Parent(s): 6a90fd7 3b8c850

Merge remote-tracking branch 'origin/develop'

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ venv/
Dockerfile CHANGED
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
10
- CMD ["python", "app.py"]
 
7
 
8
  COPY . .
9
 
10
+ CMD ["bash", "-c", "python train.py && python app.py"]