Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
FROM openjdk:8
RUN apt update && apt install maven -y
COPY . /opt
WORKDIR /opt
RUN mvn clean install