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