Add some structure

This commit is contained in:
2025-12-10 06:41:26 +01:00
parent 413f5b7cfc
commit a89628cd10
71 changed files with 140 additions and 29 deletions

View File

@@ -14,6 +14,6 @@ WORKDIR /app
COPY --from=build /app/build/libs/*.jar app.jar
EXPOSE 8000
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "app.jar"]