Sfoglia il codice sorgente

Merge pull request #126 from jqueguiner/patch-2

[Docker][API] enable Autorun api
Jason Antic 6 anni fa
parent
commit
e3f7c229c7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"]