定时任务
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
liukang 2025-02-11 15:39:46 +08:00
parent d7d58bde22
commit 05ced2ac44

2
run.sh
View File

@ -14,7 +14,7 @@ echo '----rm image----'
# 打包编译docker镜像
docker build -t ${group_name}/${app_name}:${app_version} .
echo '----build image----'
docker run -it -p 7071:8080 --name ${app_name} \
docker run -it -p 7072:8080 --name ${app_name} \
--env=SPRING_CONFIG_LOCATION=/config/application.yml \
-v /etc/localtime:/etc/localtime \
-v /home/d1/project/weverse-api/logs:/home/weverse/logs \