Skip to content

Commit 2bb9451

Browse files
authored
Fix warnings in Dockerfile (#357)
1 parent 95274d4 commit 2bb9451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
1919

2020
# Copy CDM jar & template files
2121
ARG USER_HOME_DIR="/root"
22-
ENV MAVEN_HOME /usr/share/maven
23-
ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
22+
ENV MAVEN_HOME=/usr/share/maven
23+
ENV MAVEN_CONFIG="$USER_HOME_DIR/.m2"
2424
COPY ./src /assets/src
2525
COPY ./pom.xml /assets/pom.xml
2626
COPY ./src/resources/cdm.properties /assets/

0 commit comments

Comments
 (0)