We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9455e commit 4614027Copy full SHA for 4614027
docker/dev/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM maven:3.8.1-adoptopenjdk-8
+FROM maven:3.9.6-eclipse-temurin-17
2
VOLUME ["/tmp"]
3
WORKDIR /mnt/mojito
4
ENV PATH="/mnt/mojito/webapp/node/:${PATH}"
docker/docker-compose-build.yml
@@ -9,5 +9,6 @@ services:
9
volumes:
10
- ..:/mnt/mojito
11
- ~/.m2:/root/.m2
12
- command: mvn install -DskipTests
+ command: mvn clean install -DskipTests
13
+ #command: mvn test -P'!frontend' -Dtest=MultiBranchStateServiceTest -DfailIfNoTests=false
14
0 commit comments