Fix Docker image's CMD

This commit is contained in:
James Mills 2023-03-12 22:21:09 +10:00
parent 7643998153
commit 3b6497cdee
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View 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"]