update build scripts

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-16 21:57:06 +02:00
parent ad761bf1ca
commit 17aec85162
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ USER app
# Copy all needed project files to a folder
COPY --chown=app ./.mvn/ .mvn
COPY --chown=app ./mvnw ./pom.xml ./
COPY --chown=app ./mvnw ./pom.xml ./app.json ./
COPY --chown=app ./src ./src
# Build the production package