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:
|
services:
|
||||||
productdefinitions-service:
|
productdefinitions-service:
|
||||||
build:
|
build:
|
||||||
context: ProductKnowledge
|
context: server-app
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: productdefinitions_development_container
|
container_name: productdefinitions_development_container
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omd
|
|||||||
&& cd /tmp/lib/OMDSServiceDefinition \
|
&& cd /tmp/lib/OMDSServiceDefinition \
|
||||||
&& mvn clean install -DskipTests
|
&& mvn clean install -DskipTests
|
||||||
|
|
||||||
COPY server-app/src ./src
|
COPY src ./src
|
||||||
COPY server-app .
|
COPY server-app .
|
||||||
|
|
||||||
RUN mvn clean package -DskipTests
|
RUN mvn clean package -DskipTests
|
||||||
Reference in New Issue
Block a user