mirror of
https://git.mills.io/prologic/zs
synced 2025-03-31 11:56:15 +03:00
Add -p flag to Docker image's runtime CMD
This commit is contained in:
parent
84106842bf
commit
22907ea0ff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue