From 87940f3527fd8472d6f3dadf80d3b657c8da547f Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 20 Apr 2022 18:04:59 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=89=8D=E5=90=8E=E7=AB=AF=E5=88=86?= =?UTF-8?q?=E5=BC=80=E6=89=93=E5=8C=85=EF=BC=8C=E4=BD=BF=E7=94=A8dockerfil?= =?UTF-8?q?e=E7=BB=9F=E4=B8=80copy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 836c5f7a20..1833aa3eb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,9 @@ COPY ${DEPENDENCY}/BOOT-INF/lib /opt/lib COPY ${DEPENDENCY}/META-INF /opt/META-INF COPY ${DEPENDENCY}/BOOT-INF/classes /opt -ADD frontend/src/assets/theme/index.css /opt/classes/static/css -ADD frontend/dist/*[^.html] /opt/classes/static -ADD frontend/dist/*.html /opt/classes/public +ADD frontend/src/assets/theme/index.css /opt/classes/static/css/index.css +ADD frontend/dist/*[^.html] /opt/classes/static/ +ADD frontend/dist/*.html /opt/classes/public/ ENV JAVA_CLASSPATH=/opt:/opt/lib/ms-jmeter-core.jar:/opt/lib/* ENV JAVA_MAIN_CLASS=io.metersphere.Application