Browse Source

Use CMD instead of ENTRYPOINT to make it simpler for most users.

Werner Beroux 9 years ago
parent
commit
d30080dfcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -21,4 +21,4 @@ USER ngrok
 
 EXPOSE 4040
 
-ENTRYPOINT '/bin/ngrok_discover'
+CMD ["/bin/ngrok_discover"]