Skip to content

Commit 530e747

Browse files
committed
edit agent dockerfile
1 parent b7c799b commit 530e747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV FLOW_AGENT_DIR=$HOME/agent
1515
# copy code
1616
COPY . $FLOW_PLATFORM_SOURCE_CODE
1717

18-
# mvn build and set wars to tomcat and delete no use thing
18+
# Build Agent and delete no use thing
1919
RUN cd $FLOW_PLATFORM_SOURCE_CODE \
2020
&& rm -rf $FLOW_PLATFORM_SOURCE_CODE/dist \
2121
&& mvn clean install -DskipTests=true \

0 commit comments

Comments
 (0)