Giving up on a non-root user for now...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-11 13:00:34 -04:00
parent c8e08ef567
commit 3dd7ccdcdc
4 changed files with 5 additions and 21 deletions

View File

@@ -175,8 +175,6 @@ steps:
path: /var/run/docker.sock
- name: dockerconfig
path: /drone/auth/.docker/config.json
- name: mongo-init
path: /docker-entrypoint-initdb.d/mongo-init.js
- name: Send Status Notifications
image: plugins/webhook
privileged: true
@@ -204,8 +202,6 @@ volumes:
- name: env-secrets
host:
path: /volume1/docker/beethoven/labs-auth/staging.env
- name: mongo-init
path: /drone/auth/mongo-init.js
depends_on:
- Test Pipeline