Skip to content

Commit

Permalink
add enable-preview to the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
autata committed Feb 21, 2024
1 parent 4fada1f commit 678400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN cd /work; mvn package -DskipTests
FROM amazoncorretto:21
COPY --from=build /work/kaldb/target/kaldb.jar /
COPY --from=build /work/config/config.yaml /
ENTRYPOINT [ "java", "-jar", "./kaldb.jar", "config.yaml" ]
ENTRYPOINT [ "java", "--enable-preview", "-jar", "./kaldb.jar", "config.yaml" ]

0 comments on commit 678400e

Please sign in to comment.