Parcourir la source

Merge pull request #126 from jqueguiner/patch-2

[Docker][API] enable Autorun api
Jason Antic il y a 6 ans
Parent
commit
e3f7c229c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"]