replace maven package with maven wrapper

This commit is contained in:
Maharshi Patel 2021-01-09 15:12:11 -08:00
parent 77b3a71b31
commit 42fff2b939

View file

@ -2,7 +2,7 @@ FROM maven:3.6.3-jdk-8 AS build-env
COPY . ./
RUN mvn package
RUN ./mvnw package
FROM openjdk:8-jre-alpine
EXPOSE 8080