Update Dockerfile

This commit is contained in:
A-hash-bit 2022-08-11 17:19:29 +05:30 committed by GitHub
parent 87a3027e6f
commit 6459806e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ FROM maven:3-jdk-8-alpine AS build
WORKDIR /opt/app WORKDIR /opt/app
COPY ./ /opt/app COPY ./ /opt/app
RUN mvn clean install RUN mvn package
# Run spring boot in Docker # Run spring boot in Docker