Last ditch attempt at magic...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-24 15:02:43 -05:00
parent f387bc7aca
commit fe64a868d7
2 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ steps:
image: docker
privileged: true
commands:
- docker compose -f docker-compose.demo.yml build --pull --no-cache
- docker compose -f docker-compose.demo.yml up --remove-orphans --force-recreate --wait
- docker compose -f docker-compose.prod.yml build --pull --no-cache
- docker compose -f docker-compose.prod.yml up --remove-orphans --force-recreate --wait
volumes:
- name: dockersock
path: /var/run/docker.sock