Skip to content

Commit

Permalink
Merge pull request #28 from aiven/fixed-sql-cli-entrypoint
Browse files Browse the repository at this point in the history
Fixed sql-cli entrypoint
  • Loading branch information
ftisiot authored Jan 9, 2023
2 parents 8158055 + 3ccdde4 commit 2b37836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
FROM flink:1.16.0-scala_2.12-java11

# Create CLI lib folder
COPY sql-client/bin/* /opt/sql-client/
COPY ./sql-client/bin/* /opt/sql-client/
RUN mkdir -p /opt/sql-client/lib

# Download connector libraries
Expand Down

0 comments on commit 2b37836

Please sign in to comment.