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 825475f commit e011329Copy full SHA for e011329
Dockerfile
@@ -4,8 +4,8 @@ FROM eclipse-temurin:21-jre-alpine
4
WORKDIR /app
5
6
# Copy the shadow JARs
7
-COPY flink-streaming/build/libs/*-all.jar /app/flink-streaming.jar
8
-COPY flink-sql/build/libs/*-all.jar /app/flink-sql.jar
+COPY flink-streaming/build/libs/flink-streaming.jar /app/flink-streaming.jar
+COPY flink-sql/build/libs/flink-sql.jar /app/flink-sql.jar
9
10
# Copy configuration files
11
COPY cloud.properties* /app/
0 commit comments