Add Dockerfiles for service and base images
This commit is contained in:
6
backend/Dockerfile.base
Normal file
6
backend/Dockerfile.base
Normal file
@@ -0,0 +1,6 @@
|
||||
# Dockerfile.base
|
||||
FROM eclipse-temurin:21-jre-alpine
|
||||
|
||||
WORKDIR /shared
|
||||
|
||||
COPY backend/shared/target/shared-*.jar shared.jar
|
||||
Reference in New Issue
Block a user