Commit 36f3b81d authored by jiangyz's avatar jiangyz

cicd

parent e322be62
Pipeline #25118 failed with stages
in 2 minutes and 1 second
...@@ -4,6 +4,8 @@ ENV BASE_DIR="/home/pms-agent" \ ...@@ -4,6 +4,8 @@ ENV BASE_DIR="/home/pms-agent" \
WORKDIR $BASE_DIR WORKDIR $BASE_DIR
COPY pms-agent.jar pms-agent.jar
################# #################
# PASS平台不能用Root用户使用文件夹,需要创建普通用户 # PASS平台不能用Root用户使用文件夹,需要创建普通用户
# 日志路径需要和配置相同 # 日志路径需要和配置相同
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
version: '3' version: '3'
services: services:
union-js: pms-agent:
build: ./ build: ./
image: pms-agent:latest image: pms-agent:latest
restart: always restart: always
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment