diff options
| -rw-r--r-- | docker/Dockerfile | 1 | ||||
| -rw-r--r-- | pom.xml | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 09a39999..764e183c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,6 @@ WORKDIR /home/tsg/galaxy/galaxy-qgw-service COPY --from=builder /build . COPY config config COPY dat dat -COPY benchmark benchmark COPY docs docs ARG JAR_FILE COPY ${JAR_FILE} galaxy-qgw-service.xjar @@ -587,10 +587,6 @@ <directory>dat</directory> </resource> <resource> - <targetPath>/benchmark</targetPath> - <directory>benchmark</directory> - </resource> - <resource> <targetPath>/docs</targetPath> <directory>docs</directory> </resource> |
