Gitlab CI/CD Pipeline
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
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY common/target/common-*.jar libs/common.jar
|
||||
Reference in New Issue
Block a user