Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bhr-private authored Oct 18, 2023
1 parent ba9d0f8 commit c70ebb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions petstore/petstorepetservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Build stage
#
FROM maven:3.8.4-openjdk-17-slim AS build
#WORKDIR /build
WORKDIR petstore/petstorepetservice
COPY pom.xml .
COPY src ./src
WORKDIR /build
#WORKDIR petstore/petstorepetservice
COPY petstore/petstorepetservice/pom.xml .
COPY petstore/petstorepetservice/src ./src
RUN mvn clean package

#
Expand Down

0 comments on commit c70ebb6

Please sign in to comment.