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 bcf922a commit b7c799bCopy full SHA for b7c799b
Dockerfile-agent
@@ -20,6 +20,7 @@ RUN cd $FLOW_PLATFORM_SOURCE_CODE \
20
&& rm -rf $FLOW_PLATFORM_SOURCE_CODE/dist \
21
&& mvn clean install -DskipTests=true \
22
&& cd $FLOW_PLATFORM_SOURCE_CODE \
23
+ && mkdir -p $FLOW_AGENT_DIR \
24
&& mv ./dist/flow-agent-*.jar $FLOW_AGENT_DIR/flow-agent.jar \
25
&& rm -rf $FLOW_PLATFORM_SOURCE_CODE \
26
&& rm -rf $MVN_CACHE
0 commit comments