Skip to content

Commit e011329

Browse files
gAmUssAclaude
andcommitted
Fix Docker build by referencing correct JAR file paths
🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 825475f commit e011329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM eclipse-temurin:21-jre-alpine
44
WORKDIR /app
55

66
# 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
7+
COPY flink-streaming/build/libs/flink-streaming.jar /app/flink-streaming.jar
8+
COPY flink-sql/build/libs/flink-sql.jar /app/flink-sql.jar
99

1010
# Copy configuration files
1111
COPY cloud.properties* /app/

0 commit comments

Comments
 (0)