1
0
Fork 0
mirror of synced 2024-06-19 03:04:53 +12:00

Update CONTRIBUTING.md

This commit is contained in:
Eldad A. Fux 2020-10-24 00:24:20 +03:00 committed by GitHub
parent 0b904cefdf
commit 9e7d791125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/
To run tests manually, use the Appwrite Docker CLI from your terminal:
```bash
docker exec appwrite test
docker-compose exec appwrite test
```
## Code Maintenance