git-hulk commented on code in PR #1474: URL: https://github.com/apache/incubator-kvrocks/pull/1474#discussion_r1205353255
########## Dockerfile: ########## @@ -57,10 +57,9 @@ VOLUME /var/lib/kvrocks RUN chown kvrocks:kvrocks /var/lib/kvrocks -COPY ./LICENSE ./NOTICE ./DISCLAIMER ./ +COPY ./docker/run.sh ./LICENSE ./NOTICE ./DISCLAIMER ./ COPY ./licenses ./licenses COPY ./kvrocks.conf /var/lib/kvrocks/ - EXPOSE 6666:6666 -ENTRYPOINT ["./bin/kvrocks", "-c", "/var/lib/kvrocks/kvrocks.conf", "--dir", "/var/lib/kvrocks", "--pidfile", "/var/run/kvrocks/kvrocks.pid"] +ENTRYPOINT ["./run.sh"] Review Comment: Can we only add the KVROCKS_ARGS for the custom configuration and leave the others as they should(remove the run.sh and docker-compose.yml)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
