From c6ed894bf56e79f9f480f16c2cc037a9e45f9d46 Mon Sep 17 00:00:00 2001 From: Aaron Zielstorff Date: Fri, 4 Oct 2024 10:38:20 +0200 Subject: [PATCH] Removes not needed .env file + config --- databridge.component/Dockerfile | 3 --- databridge.component/pom.xml | 19 ------------------- 2 files changed, 22 deletions(-) diff --git a/databridge.component/Dockerfile b/databridge.component/Dockerfile index 4a73932d..71cdd3c1 100644 --- a/databridge.component/Dockerfile +++ b/databridge.component/Dockerfile @@ -1,8 +1,5 @@ FROM openjdk:11-slim-bullseye -# Install wget to check health status -RUN apt update && apt install -y wget && apt clean - # Copy built jar to image using the jar name specified in the pom.xml (JAR_FILE) ARG JAR_FILE=target/*.jar diff --git a/databridge.component/pom.xml b/databridge.component/pom.xml index f79ba0ea..5c14aeae 100644 --- a/databridge.component/pom.xml +++ b/databridge.component/pom.xml @@ -291,25 +291,6 @@ docker-push - - - org.codehaus.mojo - properties-maven-plugin - 1.2.0 - - - initialize - - read-project-properties - - - - ${project.basedir}/src/test/resources/.env - - - - -