Turing311 commited on
Commit
2791046
·
1 Parent(s): 16bdca2

Update Dockerfile

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