Browse Source

Merge pull request #126 from jqueguiner/patch-2

[Docker][API] enable Autorun api
Jason Antic 6 years ago
parent
commit
e3f7c229c7
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"]