forked from kashifshah-mirrors/zs
Add -p flag to Docker image's runtime CMD
This commit is contained in:
parent
84106842bf
commit
22907ea0ff
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user