We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c799b commit 530e747Copy full SHA for 530e747
Dockerfile-agent
@@ -15,7 +15,7 @@ ENV FLOW_AGENT_DIR=$HOME/agent
15
# copy code
16
COPY . $FLOW_PLATFORM_SOURCE_CODE
17
18
-# mvn build and set wars to tomcat and delete no use thing
+# Build Agent and delete no use thing
19
RUN cd $FLOW_PLATFORM_SOURCE_CODE \
20
&& rm -rf $FLOW_PLATFORM_SOURCE_CODE/dist \
21
&& mvn clean install -DskipTests=true \
0 commit comments