We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d86472 commit 31dfdfbCopy full SHA for 31dfdfb
README.md
@@ -33,13 +33,30 @@ A minimal skeleton to start with a minimal php project.
33
34
## Environment
35
36
-Add the following environment variable to your system, for example within `~/.bash_aliases`:
+Add the following environment variable to your system, for example within `~/.bashrc` or `~/.zshrc`:
37
38
```sh
39
export USER_ID=$(id -u)
40
export GROUP_ID=$(id -g)
41
```
42
43
+Make sure all the mount points are given
44
+
45
+```sh
46
+touch ~/.bash_docker
47
+touch ~/.bash_history
48
+```
49
50
51
+touch ~/.gitconfig
52
+touch ~/.gitignore
53
54
55
56
+touch ~/.zsh_docker
57
+touch ~/.zsh_history
58
59
60
### Docker
61
62
0 commit comments