diff --git a/Dockerfile b/Dockerfile index 394daef4f3..836c5f7a20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,10 @@ 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 + ENV JAVA_CLASSPATH=/opt:/opt/lib/ms-jmeter-core.jar:/opt/lib/* ENV JAVA_MAIN_CLASS=io.metersphere.Application ENV AB_OFF=true diff --git a/backend/pom.xml b/backend/pom.xml index 315e3d0ead..4a78fe49a1 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -475,38 +475,6 @@ 2.6 - - org.apache.maven.plugins - maven-antrun-plugin - - - main-class-placement - generate-resources - - - - - - - - - - - - - - - - - - - - - run - - - - org.apache.maven.plugins maven-dependency-plugin diff --git a/frontend/pom.xml b/frontend/pom.xml index 8f26defe34..588e60063d 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -65,6 +65,20 @@ + + maven-clean-plugin + + + + dist + + ** + + false + + + +