This one seems to be valid
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-08 14:57:15 -04:00
parent 42279b0592
commit 4acc228fe3

View File

@@ -173,10 +173,10 @@ steps:
image: docker image: docker
privileged: true privileged: true
environment: environment:
- CONTAINER_PREFIX: dev CONTAINER_PREFIX: dev
- HOST: area51.mifi.dev HOST: area51.mifi.dev
- ROUTE_PREFIX: /auth ROUTE_PREFIX: /auth
- PORT: 9001 PORT: 9001'
commands: commands:
- docker compose -f docker-compose.staging.yml pull - docker compose -f docker-compose.staging.yml pull
- docker compose -f docker-compose.staging.yml build --no-cache - docker compose -f docker-compose.staging.yml build --no-cache