@@ -7,6 +7,8 @@ WORKDIR /app
COPY nexus_client /app/nexus_client
+RUN chmod +x nexus_client
+
COPY entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh
@@ -3,13 +3,13 @@
## 创建配置文件
`cp nexcus_client.txt.sample nexcus_client.txt`
-
修改nexus_client.txt 内容, 填入nexus_server的ip和端口
## 设置环境变量
`cp .env.sample .env` 填入需要开的nexus_client数量
- ## 构建运行
+## 构建运行
`docker compose up -d`