Turing311 commited on
Commit
fc9b683
1 Parent(s): c10ac0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,5 +9,5 @@ COPY ./app.py .
9
  COPY ./requirements.txt .
10
  COPY ./data ./data
11
  RUN pip3 install -r requirements.txt
12
- CMD [ "python3", "idsdk.py"]
13
  EXPOSE 8080
 
9
  COPY ./requirements.txt .
10
  COPY ./data ./data
11
  RUN pip3 install -r requirements.txt
12
+ CMD [ "python3", "app.py"]
13
  EXPOSE 8080