Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertYiga committed Oct 11, 2022
1 parent 1a8d62e commit d4e6231
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ADD pom.xml ./
ADD src/main/resources ./src/main/resources

RUN mvn verify --fail-never

ADD src ./src

RUN mvn -DskipTests clean package
Expand All @@ -17,5 +16,4 @@ FROM openjdk:8-jdk as run

COPY --from=build /app/target/mediator-xds-1.0.3-jar-with-dependencies.jar /mediator-xds-1.0.3-jar-with-dependencies.jar
COPY --from=build /app/src/main/resources/mediator.properties /mediator.properties

ENTRYPOINT java -jar /mediator-xds-1.0.3-jar-with-dependencies.jar --conf /mediator.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.openhim.mediator.dsub.subscription.SubscriptionRepository;



import java.util.Date;
import java.util.List;

Expand Down

0 comments on commit d4e6231

Please sign in to comment.