Skip to content

Commit

Permalink
Merge branch 'release/0.0.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel2906 committed Mar 2, 2021
2 parents 39ed09f + 674999c commit 8468f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:15-alpine

RUN apk add --no-cache bash && mkdir /opt/mateo-orchestrator
COPY target/mateo-orchestrator-0.0.1-SNAPSHOT.jar /opt/mateo-orchestrator/
COPY target/mateo-orchestrator-0.0.1.jar /opt/mateo-orchestrator/
COPY target/classes/application.yml /opt/mateo-orchestrator/

EXPOSE 8082
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>de.viadee</groupId>
<artifactId>mateo-orchestrator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>Mateo Orchestrator</name>
<description>Project for the mateo orchestrator</description>
<inceptionYear>2021</inceptionYear>
Expand Down

0 comments on commit 8468f77

Please sign in to comment.