-
Notifications
You must be signed in to change notification settings - Fork 185
Commit 28b3847
[BUGFIX] Fix composer run command in build script (#160)
* [BUGFIX] Fix composer run command in build script
* [BUGFIX] Fix permissions for make build composer
Runs the composer docker container with the current users uid/gid,
otherwise composer writes all files as root user.
Setting the composer cache dir (inside the container) to /tmp
avoids multiple 'Cannot create cache directory'-warnings
while the original composer cache dir is only writeable by root.1 parent 09e12da commit 28b3847
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | - | ||
23 | + | ||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments