We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42194e commit 000b185Copy full SHA for 000b185
2 files changed
.bash_aliases.example
@@ -24,6 +24,10 @@ todpe() {
24
cd $(dirname $(readlink -f "${DPE_COMPOSE}"))
25
}
26
27
+tosource() {
28
+ cd $DPE_SOURCE
29
+}
30
+
31
tophp() {
32
if [[ $# -lt 1 ]]; then
33
local version=php81
README.md
@@ -287,6 +287,8 @@ root@08240e17170e:/www# composer install
287
```
288
# 进入宿主机 docker-php-env 目录
289
$ todpe
290
+ # 进入宿主机 DIR_SOURCE 目录
291
+ $ tosource
292
293
# 进入 php81 容器,自动识别挂载目录中的相对路径
294
$ tophp
0 commit comments