jeff86 commited on
Commit
6badb3a
·
verified ·
1 Parent(s): 0a38a9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]