Skip to content

Commit

Permalink
Updated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aziz Essid authored and Aziz Essid committed Aug 10, 2022
1 parent e4eca56 commit 386d233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ RUN curl -LSsO https://github.com/open-telemetry/opentelemetry-java-instrumentat
COPY pom.xml .
COPY server.xml .

RUN mkdir /root/.m2
COPY settings.xml ~/.m2/settings.xml
COPY settings.xml /root/.m2/settings.xml

RUN mvn -ntp dependency:go-offline

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>rofim.doctor</groupId>
<artifactId>hapi-interceptor</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
Expand Down
2 changes: 1 addition & 1 deletion settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<server>
<id>github</id>
<username>azizessidrofim</username>
<password>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</password>
<password>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</password>
</server>
</servers>
</settings>
Expand Down

0 comments on commit 386d233

Please sign in to comment.