Turing311 commited on
Commit
02170ac
1 Parent(s): 2791046

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -9,6 +9,5 @@ COPY ./app.py .
9
  COPY ./requirements.txt .
10
  COPY ./data ./data
11
  RUN pip3 install -r requirements.txt
12
- CMD ["ls"]
13
  CMD [ "python3", "app.py"]
14
  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