Browse Source

added script file

devops.bizgaze 1 year ago
parent
commit
672023c1ec
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@@ -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…
Cancel
Save