Fix Dockerfile CMD

This commit is contained in:
James Mills 2023-03-12 14:05:52 +10:00
parent adbefb6d58
commit 9080ecb244
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -57,4 +57,4 @@ COPY .dockerfiles/entrypoint.sh /init
ENTRYPOINT ["/init"]
CMD ["zs", "serve", "-n", "-s", "-r", "/data"]
CMD ["zs""]