1
0
Fork 0
bob/Dockerfile.full

5 lines
63 B
Docker

FROM maven:latest
WORKDIR /app
ADD . .
RUN mvn install package