We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8158055 commit 3ccdde4Copy full SHA for 3ccdde4
sql-client/Dockerfile
@@ -24,7 +24,7 @@
24
FROM flink:1.16.0-scala_2.12-java11
25
26
# Create CLI lib folder
27
-COPY sql-client/bin/* /opt/sql-client/
+COPY ./sql-client/bin/* /opt/sql-client/
28
RUN mkdir -p /opt/sql-client/lib
29
30
# Download connector libraries
0 commit comments