DylanonWic commited on
Commit
f952f9b
·
verified ·
1 Parent(s): fade808

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir -r requirements.txt
20
  EXPOSE 5050
21
 
22
  # Run api.py when the container launches
23
- CMD ["python", "api.py"]
 
20
  EXPOSE 5050
21
 
22
  # Run api.py when the container launches
23
+ CMD ["python", "app/api.py"]