Update Dockerfile
Browse files- 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
|