Add cd command for clarity (#1214)

This commit is contained in:
Mahmoud (Moudy) Taleb
2023-08-24 03:36:05 -05:00
committed by GitHub
parent 05a383fd3a
commit 8fa392ffff

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
``` ```