We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a1f1f commit 5fc47a1Copy full SHA for 5fc47a1
Dockerfile
@@ -19,7 +19,7 @@
19
ARG JAVA_VERSION=11
20
FROM maven:3.8.8-eclipse-temurin-${JAVA_VERSION} AS build
21
ARG SKIP_TESTS=true
22
-ARG MAVEN_HOME=${HOME}/.m2
+ARG MAVEN_HOME=${HOME:~}/.m2
23
24
WORKDIR /app
25
0 commit comments