diff --git a/annotation-service/Dockerfile b/annotation-service/Dockerfile index 1e0a28fda..b5c4d6f33 100644 --- a/annotation-service/Dockerfile +++ b/annotation-service/Dockerfile @@ -14,7 +14,7 @@ COPY annotation /build/annotation/ COPY annotation-web /build/annotation-web/ COPY settings.xml /root/.m2/settings.xml RUN rm -f /build/annotation-web/src/main/resources/config/app.env -RUN rm -f /build/annotation-web/src/main/resources/config/*-dev.yml +RUN rm -f /build/annotation-web/src/main/resources/config/*-devel.yml RUN rm -f /build/annotation-web/src/main/resources/logging/*.xml RUN rm -f /build/annotation-web/src/main/resources/certificates/*.crt