Files
document-server-integration/web/documentserver-example/java-spring/docker-compose.yaml

13 lines
285 B
YAML

version: '3'
services:
java-spring:
build:
context: ./
dockerfile: Dockerfile
image: maven:3.8.1
working_dir: /java-spring
volumes:
- .:/java-spring
command: mvn clean spring-boot:run