This repo just to test if the D387 is working properly in the fedora vm

This commit is contained in:
2026-02-05 16:44:41 -05:00
commit 799cb51a1b
160 changed files with 25364 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM eclipse-temurin:17-jdk-jammy
WORKDIR /app
COPY target/*.jar app.jar
EXPOSE 8080
CMD ["java", "-jar", "app.jar"]