more docker stuff

This commit is contained in:
Greg Gauthier 2024-10-25 23:22:05 +01:00
parent 5ae8a1b2aa
commit 4eea55ada6

View File

@ -9,10 +9,10 @@ RUN apk --purge -v del py-pip && rm /var/cache/apk/*
WORKDIR /build WORKDIR /build
COPY pom.xml . COPY ../pom.xml .
COPY src/ /build/src COPY ../src /build/src
COPY docker/docker-entrypoint-script.sh . COPY docker-entrypoint-script.sh .
RUN mvn clean install RUN mvn clean install