Add cd command for clarity

This commit is contained in:
Mahmoud (Moudy) Taleb 2023-08-23 15:36:32 -05:00 committed by GitHub
parent 05a383fd3a
commit 8e03c5bba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,6 +238,10 @@ volumes:
step3: run the docker step3: run the docker
```
cd frappe_docker
```
``` ```
docker-compose -f ./pwd.yml up docker-compose -f ./pwd.yml up
``` ```