Browse Source

[Docker][API] enable Autorun api

oups ;-)
Jean-Louis Queguiner 6 years ago
parent
commit
a40ee5e64e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile-api

+ 1 - 1
Dockerfile-api

@@ -42,5 +42,5 @@ RUN cd /data/test_images && git lfs pull
 
 EXPOSE 5000
 
-#ENTRYPOINT ["python3", "app.py"]
+ENTRYPOINT ["python3", "app.py"]