Skip to content

Commit

Permalink
create base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 authored May 24, 2024
1 parent 0f28911 commit 2493337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# our base build image
FROM maven:3.8.7-eclipse-temurin-17 AS builder

RUN mkdir -p /app/legal

# copy the project files
COPY ./pom.xml /pom.xml

Expand Down

0 comments on commit 2493337

Please sign in to comment.