(chore) build image with dependencies

This commit is contained in:
Andreas Penski (init) 2021-08-18 16:34:52 +02:00
parent eda9120bce
commit a7924517a5
2 changed files with 2 additions and 7 deletions

View file

@ -8,7 +8,7 @@ do
echo Creating build image for "$i"
{
echo "FROM maven:${i}"
echo "ADD * /src"
echo "ADD * /src/"
echo "WORKDIR /src"
echo "RUN mvn dependency:go-offline"
} >>Dockerfile