Skip to content
Snippets Groups Projects
Commit e64c66cc authored by Martin Weise's avatar Martin Weise
Browse files

path fix

parent 5db8cc4f
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ RUN mvn -q clean package -DskipTests > /dev/null
###### SECOND STAGE ######
FROM openjdk:11-jre-slim as runtime
COPY --from=build ./rest-service-*.jar ./rest-service.jar
COPY --from=build ./rest-service/target/rest-service-*.jar ./rest-service.jar
EXPOSE 9091
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment