Skip to content

Commit 8dad3f3

Browse files
committed
Rescaffold
1 parent 0552923 commit 8dad3f3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)' \

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)