]> Nishi Git Mirror - aya.git/commitdiff
Fix Docker image's CMD 0.1.1
authorJames Mills <1290234+prologic@users.noreply.github.com>
Sun, 12 Mar 2023 12:21:09 +0000 (22:21 +1000)
committerJames Mills <1290234+prologic@users.noreply.github.com>
Sun, 12 Mar 2023 12:21:09 +0000 (22:21 +1000)
Dockerfile

index cc350a2f08253c6009fc1fe8921c606532fb692a..beaf9abb789dc974a98029858b5baf8e50598137 100644 (file)
@@ -59,4 +59,4 @@ COPY .dockerfiles/entrypoint.sh /init
 
 ENTRYPOINT ["/init"]
 
-CMD ["zs"", "serve", "0.0.0.0:8000", "/data"]
+CMD ["zs", "serve", "-b", "0.0.0.0:8000", "-r", "/data"]