File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * text eol =lf
1+ * text = auto eol =lf
22
33* .phar binary
44
55* .php diff =php
66
77* export-ignore
88/src / - export-ignore
9+ /src /** - export-ignore
910/CHANGELOG.md - export-ignore
1011/composer.json - export-ignore
1112/LICENSE - export-ignore
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ rescaffold:
6464 $(DOCKER ) run \
6565 --volume .:/project \
6666 --user $(CONTAINER_USER ) \
67- --interactive --tty --rm \
67+ --interactive --tty --rm --init \
6868 --pull always \
6969 ghcr.io/phpyh/scaffolder:latest \
7070 --user-name-default ' $(shell git config user.name 2>/dev/null || whoami 2>/dev/null)' \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ services:
88 HISTFILE : /workspace/var/.docker_history
99 COMPOSER_CACHE_DIR : /workspace/var/.composer_cache
1010 tty : true
11+ init : true
1112 volumes :
1213 - .:/workspace:cached
1314 working_dir : /workspace
You can’t perform that action at this time.
0 commit comments