mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Complete graalvm dockerfile.
This commit is contained in:
parent
7a6c5fdf96
commit
cfd4df723c
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue