GitHub Actions commited on
Commit
3b8c850
·
2 Parent(s): 606d9df cae5210

Merge remote-tracking branch 'origin/feature/fix-app' into 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"]