Commit d5750319 authored by Captain.B's avatar Captain.B Committed by 刘瑞斌
Browse files

refactor: 修改dockerfile

parent 4e81c24c
Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,7 +19,7 @@ COPY --from=build ${DEPENDENCY}/BOOT-INF/classes /app
COPY backend/target/classes/jmeter/ /app/jmeter/
RUN mkdir -p /opt/jmeter/lib/junit
RUN cp -rf /app/jmeter/ /opt/jmeter/
RUN cp -rf /app/jmeter /opt/
ENV JAVA_CLASSPATH=/app:/app/lib/*
ENV JAVA_MAIN_CLASS=io.metersphere.Application
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment