Skip to content

Commit

Permalink
Removes not needed .env file + config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi committed Oct 4, 2024
1 parent c5215ac commit c6ed894
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions databridge.component/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
19 changes: 0 additions & 19 deletions databridge.component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,25 +291,6 @@
<id>docker-push</id>
<build>
<plugins>
<!-- Read maven properties from file -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.2.0</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>${project.basedir}/src/test/resources/.env</file>
</files>
</configuration>
</execution>
</executions>
</plugin>

<!-- Copy the dependencies necessary to run the jar -->
<plugin>
Expand Down

0 comments on commit c6ed894

Please sign in to comment.