Add -p flag to Docker image's runtime CMD

This commit is contained in:
James Mills 2023-03-18 13:07:23 +10:00
parent 84106842bf
commit 22907ea0ff
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ COPY .dockerfiles/entrypoint.sh /init
ENTRYPOINT ["/init"]
CMD ["zs", "serve", "-b", "0.0.0.0:8000", "-r", "/data"]
CMD ["zs", "-p", "serve", "-b", "0.0.0.0:8000", "-r", "/data"]