Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,4 +5,5 @@ COPY deploy_api.py /app/deploy_api.py
|
|
5 |
|
6 |
RUN chmod 777 -R /app
|
7 |
RUN ls /app
|
|
|
8 |
CMD ["python3", "deploy_api.py"]
|
|
|
5 |
|
6 |
RUN chmod 777 -R /app
|
7 |
RUN ls /app
|
8 |
+
RUN cat /app/deploy_api.py
|
9 |
CMD ["python3", "deploy_api.py"]
|