privileged
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 12:28:32 -04:00
parent 8bc852fa7d
commit f3ff19098b

View File

@@ -218,6 +218,7 @@ workspace:
steps: steps:
- name: Deploy Container - name: Deploy Container
image: docker:dind image: docker:dind
privileged: true
commands: commands:
- docker compose build - docker compose build
- docker compose up --wait - docker compose up --wait