Aiven-Open / sql-cli-for-apache-flink-docker

SQL CLI for Apache Flink® via docker-compose
Apache License 2.0
46 stars 28 forks source link

Your docker file has small bug #27

Closed soumilshah1995 closed 1 year ago

soumilshah1995 commented 1 year ago

COPY ./sql-client/docker-entrypoint.sh / you are missing ./ due to this when doing docker-compose up --build sql-client throws error

ftisiot commented 1 year ago

Hi @soumilshah1995, What platform are you in? Seems to work fine in my build

soumilshah1995 commented 1 year ago

I am on windows 10 machine

On Mon, Jan 9, 2023 at 7:21 AM Francesco Tisiot @.***> wrote:

Hi @soumilshah1995 https://github.com/soumilshah1995, What platform are you in? Seems to work fine in my build

— Reply to this email directly, view it on GitHub https://github.com/aiven/sql-cli-for-apache-flink-docker/issues/27#issuecomment-1375547932, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJMF5P3J4GYVCQY2EAAVXE3WRP7GLANCNFSM6AAAAAATRJF4YI . You are receiving this because you were mentioned.Message ID: @.***>

-- Thanking You, Soumil Nitin Shah

ftisiot commented 1 year ago

Should be fixed now!