Change docker-compose to support ARM

This commit is contained in:
istareatscreens
2024-09-05 08:33:38 -04:00
parent e8307cdcd9
commit a13611f601
4 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
# Use a multi-stage build to keep the image size small
# Start with a Gradle image for building the project
FROM gradle:jdk21-alpine as builder
#FROM gradle:jdk21-alpine as builder
FROM gradle:8.8.0-jdk21 as builder
# Copy the Gradle wrapper and configuration files separately to leverage Docker cache
COPY --chown=gradle:gradle gradlew /home/gradle/