chore: added checklists and contacts

This commit is contained in:
Ward Truyen 2024-08-20 15:24:44 +02:00
parent 4cf3b674ee
commit 8b8238c86e
4 changed files with 2 additions and 7 deletions

View File

@ -1,5 +0,0 @@
FROM openjdk:24-jdk-slim
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} app.jar
EXPOSE 8080
ENTRYPOINT ["java","-jar","/app.jar"]

View File

@ -8,7 +8,7 @@
<body> <body>
<app-root></app-root> <app-root></app-root>
<script src="runtime.ed14f20cc9779f09.js" type="module"></script><script src="polyfills.1358c66226f5aae4.js" type="module"></script><script src="main.519512b17725d673.js" type="module"></script> <script src="runtime.ed14f20cc9779f09.js" type="module"></script><script src="polyfills.1358c66226f5aae4.js" type="module"></script><script src="main.f5d11654de84d612.js" type="module"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long