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 95274d4 commit 2bb9451Copy full SHA for 2bb9451
Dockerfile
@@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
19
20
# Copy CDM jar & template files
21
ARG USER_HOME_DIR="/root"
22
-ENV MAVEN_HOME /usr/share/maven
23
-ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
+ENV MAVEN_HOME=/usr/share/maven
+ENV MAVEN_CONFIG="$USER_HOME_DIR/.m2"
24
COPY ./src /assets/src
25
COPY ./pom.xml /assets/pom.xml
26
COPY ./src/resources/cdm.properties /assets/
0 commit comments