summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile1
-rw-r--r--pom.xml4
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
diff --git a/pom.xml b/pom.xml
index cf2db600..711edeb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -587,10 +587,6 @@
<directory>dat</directory>
</resource>
<resource>
- <targetPath>/benchmark</targetPath>
- <directory>benchmark</directory>
- </resource>
- <resource>
<targetPath>/docs</targetPath>
<directory>docs</directory>
</resource>