Dockerfile position zurückgesetzt
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 2m38s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 2m38s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
services:
|
||||
productdefinitions-service:
|
||||
build:
|
||||
context: server-app
|
||||
dockerfile: Dockerfile
|
||||
container_name: productdefinitions_development_container
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user