Add Dockerfiles for service and base images

This commit is contained in:
2025-05-02 10:11:45 +02:00
parent 74e12ef6bd
commit fade3bf680
2 changed files with 15 additions and 0 deletions

6
backend/Dockerfile.base Normal file
View File

@@ -0,0 +1,6 @@
# Dockerfile.base
FROM eclipse-temurin:21-jre-alpine
WORKDIR /shared
COPY backend/shared/target/shared-*.jar shared.jar