refactor: update build process to create a single all-in-one Docker image and adjust related configurations
This commit is contained in:
@@ -15,6 +15,7 @@ FROM gradle:8-jdk21-alpine AS backend-build
|
||||
WORKDIR /app/backend
|
||||
|
||||
COPY backend/build.gradle.kts backend/settings.gradle.kts ./
|
||||
COPY backend/gradle.properties ./
|
||||
COPY backend/gradle ./gradle
|
||||
RUN gradle dependencies --no-daemon --quiet || true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user