Trying to get dind to work
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing

This commit is contained in:
Lilleman auf Larv 2022-02-13 23:54:36 +01:00
parent 0847335bf6
commit 439fd161c7

View File

@ -9,3 +9,22 @@ steps:
- docker-compose run --rm db-migrations
- docker-compose up -d
- docker-compose run --rm tests
volumes:
- name: docker-sock
path: /var/run/docker.sock
steps:
- name: build
image: node
volumes:
- name: cache
path: /tmp/cache
commands:
- npm install
- npm test
volumes:
- name: docker-sock
host:
path: /var/run/docker.sock