FROM gradle:8.13-jdk21 WORKDIR /app COPY . . RUN gradle build --no-daemon CMD ["gradle", "run", "--no-daemon"]