Update Dockerfile

This commit is contained in:
A-hash-bit 2022-08-11 16:31:08 +05:30 committed by GitHub
parent 9f4029c9fc
commit 7e9289292f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ FROM anapsix/alpine-java
WORKDIR /opt/app
COPY ./ /opt/app
RUN mvn clean install -DskipTests
RUN mvn clean install
# Run spring boot in Docker