fix FromAsCasing warning

This commit is contained in:
Sascha Szott
2024-07-17 15:35:54 +02:00
committed by Tim Donohue
parent 9b6b7ded97
commit e4209d5d0b

View File

@@ -7,7 +7,7 @@
ARG JDK_VERSION=11 ARG JDK_VERSION=11
# Step 1 - Run Maven Build # Step 1 - Run Maven Build
FROM maven:3-eclipse-temurin-${JDK_VERSION} as build FROM maven:3-eclipse-temurin-${JDK_VERSION} AS build
ARG TARGET_DIR=dspace-installer ARG TARGET_DIR=dspace-installer
WORKDIR /app WORKDIR /app
# Create the 'dspace' user account & home directory # Create the 'dspace' user account & home directory