summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangwei <[email protected]>2021-04-28 14:47:41 +0800
committerwangwei <[email protected]>2021-04-28 14:47:41 +0800
commit7bbf792433adb8847eeb53ad541f8914f33e31cf (patch)
tree6bfa3cfdacd19d7b6c2decf92d88d07755990d30
parent2cdf9baeab83c41b427854fa900aacbe2fd91fb5 (diff)
fix(docker):移除benchmark文件夹342342
-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>