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 74f0dba commit ba9d0f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion petstore/petstorepetservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Build stage
#
FROM maven:3.8.4-openjdk-17-slim AS build
WORKDIR /build
#WORKDIR /build
WORKDIR petstore/petstorepetservice
COPY pom.xml .
COPY src ./src
RUN mvn clean package
Expand Down

0 comments on commit ba9d0f8

Please sign in to comment.