Dockerfile 89 Bytes
Newer Older
1
2
3
4
FROM maven:3.6.3-adoptopenjdk-15
WORKDIR /home/projects
COPY ./ ./
RUN mvn clean install