Turing311 commited on
Commit
0680ecd
·
1 Parent(s): 5e72c58

Update Dockerfile

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