Trying with the .env file copied in
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 20:27:29 -04:00
parent 00d9a4f734
commit 244db86113

View File

@@ -226,6 +226,7 @@ steps:
- name: Deploy Container
image: docker:dind
commands:
- cp /volume1/docker/labs/grow-auth/.env .
- docker compose build
- docker compose up --wait
volumes: