Skip to content

Commit

Permalink
fix: Fixed the following issue: "Legacy key/value format with whitesp…
Browse files Browse the repository at this point in the history
…ace separator should not be used"
  • Loading branch information
mamartinezmejia committed Aug 7, 2024
1 parent 93aca76 commit 17d03f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN microdnf update --nodocs -y && \
microdnf clean all

# Add Maven to the PATH environment variable
ENV MAVEN_HOME /opt/maven
ENV PATH $MAVEN_HOME/bin:$PATH
ENV MAVEN_HOME=/opt/maven
ENV PATH=$MAVEN_HOME/bin:$PATH

# Receiving app version
ARG APP_VERSION=0.0.1
Expand Down

0 comments on commit 17d03f1

Please sign in to comment.