This repo just to test if the D387 is working properly in the fedora vm
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM eclipse-temurin:17-jdk-jammy
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY target/*.jar app.jar
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["java", "-jar", "app.jar"]
|
||||
Reference in New Issue
Block a user