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

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