Complete graalvm dockerfile.

This commit is contained in:
Kavin 2022-06-02 12:52:41 +01:00
parent 7a6c5fdf96
commit cfd4df723c
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 7 additions and 1 deletions

View File

@ -23,4 +23,10 @@ COPY --from=build /javaruntime $JAVA_HOME
WORKDIR /app/
COPY --from=build /app/build/libs/piped-1.0-all.jar .
COPY --from=build /app/build/libs/piped-1.0-all.jar /app/piped.jar
COPY VERSION .
EXPOSE 8080
CMD java -jar /app/piped.jar