more docker stuff
This commit is contained in:
parent
5ae8a1b2aa
commit
4eea55ada6
@ -9,10 +9,10 @@ RUN apk --purge -v del py-pip && rm /var/cache/apk/*
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
COPY pom.xml .
|
||||
COPY ../pom.xml .
|
||||
|
||||
COPY src/ /build/src
|
||||
COPY docker/docker-entrypoint-script.sh .
|
||||
COPY ../src /build/src
|
||||
COPY docker-entrypoint-script.sh .
|
||||
|
||||
RUN mvn clean install
|
||||
|
Loading…
Reference in New Issue
Block a user