Skip to content

Commit

Permalink
fix: LegacyKeyValueFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and BaiJiangJie committed Jul 12, 2024
1 parent fc2570c commit 27a1950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
&& rm -f /tmp/apache-maven.tar.gz \
&& ln -s /usr/share/maven/bin/mvn /usr/bin/mvn

ENV MAVEN_HOME /usr/share/maven
ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
ENV MAVEN_HOME=/usr/share/maven
ENV MAVEN_CONFIG="$USER_HOME_DIR/.m2"

WORKDIR /opt/chen

Expand Down

0 comments on commit 27a1950

Please sign in to comment.