# fizz-node-extends **Repository Path**: moonlight4rr/fizz-node-extends ## Basic Information - **Project Name**: fizz-node-extends - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-26 - **Last Updated**: 2024-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # maven编译打包 ``` mvn clean package -Dmaven.test.skip=true ``` # docker编译打包 在maven打包之后执行 ``` docker build -t fizzgate/fizz-gateway-community:${version} . ``` ${version} 替换为打包版本号,需要与服务端版本一致