瀏覽代碼

added script file

devops.bizgaze 1 年之前
父節點
當前提交
672023c1ec
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml 查看文件

@@ -31,6 +31,7 @@ services:
31 31
     container_name: bizgaze_script_${containername}
32 32
     volumes:
33 33
       - ${application_appsettings}:/app/appsettings.json
34
+      - /home/bizgaze/bizgazescript/script.sh:/app/script.sh
34 35
     environment:
35 36
       - appurl=http://bizgaze_application:${hostport}
36 37
     depends_on:

Loading…
取消
儲存