Dockerfile position geändert
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 11s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 11s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
productdefinitions-service:
|
||||
build:
|
||||
context: ProductKnowledge
|
||||
context: server-app
|
||||
dockerfile: Dockerfile
|
||||
container_name: productdefinitions_development_container
|
||||
ports:
|
||||
|
||||
@@ -5,7 +5,7 @@ RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omd
|
||||
&& cd /tmp/lib/OMDSServiceDefinition \
|
||||
&& mvn clean install -DskipTests
|
||||
|
||||
COPY server-app/src ./src
|
||||
COPY src ./src
|
||||
COPY server-app .
|
||||
|
||||
RUN mvn clean package -DskipTests
|
||||
Reference in New Issue
Block a user