Skip to content

Commit

Permalink
Fix incorrect Gradle subproj name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Jan 9, 2025
1 parent 7c8a6f7 commit 5a21d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndc-connector-trino.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /build

# Run Gradle build
USER root
RUN ./gradlew :ndc-connector-snowflake:build --no-daemon --console=plain -x test
RUN ./gradlew :ndc-connector-trino:build --no-daemon --console=plain -x test

# Final stage
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2
Expand Down

0 comments on commit 5a21d90

Please sign in to comment.