在docker-compose.dev.yml中重新注释掉dssupport
continuous-integration/drone/push Build is failing Details

master
wanggang 4 years ago
parent b1aaf38bed
commit f972800727

@ -20,8 +20,6 @@ services:
- SYS_PTRACE
security_opt:
- seccomp:unconfined
tty: true
stdin_open: true
build:
context: ../dsBaseWeb
dockerfile: Dockerfile.dev
@ -37,8 +35,6 @@ services:
- SYS_PTRACE
security_opt:
- seccomp:unconfined
tty: true
stdin_open: true
build:
context: ../dsBigData
dockerfile: Dockerfile.dev
@ -54,8 +50,6 @@ services:
- SYS_PTRACE
security_opt:
- seccomp:unconfined
tty: true
stdin_open: true
build:
context: ../dsSso
dockerfile: Dockerfile.dev
@ -71,8 +65,6 @@ services:
# - SYS_PTRACE
# security_opt:
# - seccomp:unconfined
# tty: true
# stdin_open: true
# build:
# context: ../dsSupport
# dockerfile: Dockerfile.dev

Loading…
Cancel
Save