修改用户
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
yaha 2024-02-06 10:18:08 +08:00
parent bfc206c41a
commit f6a2981658

View File

@ -18,6 +18,7 @@ folder_exists() {
pack_docker() {
cp -rv docker-compose.yml ${1}
cp -rv Dockerfile ${1}
}
folder_exists ${DEPLOY_PATH}