Dockerfile position zurückgesetzt
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 2m38s

This commit is contained in:
2026-01-29 17:00:15 +01:00
parent 1a30692b35
commit 219e4757a5
2 changed files with 1 additions and 4 deletions

View File

@@ -6,9 +6,7 @@ RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omd
&& cd /tmp/lib/OMDSServiceDefinition \
&& mvn clean install -DskipTests
COPY src ./src
RUN ls -la
COPY . .
RUN mvn clean package -DskipTests

View File

@@ -1,7 +1,6 @@
services:
productdefinitions-service:
build:
context: server-app
dockerfile: Dockerfile
container_name: productdefinitions_development_container
ports: