mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-22 04:45:29 +03:00
Merge pull request #1463 from std2main/patch-2
Add a dot in find command.
This commit is contained in:
commit
9312cebee3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
OBJECTS := $(shell find -mindepth 2 -name 'Dockerfile*')
|
||||
OBJECTS := $(shell find ./ -mindepth 2 -name 'Dockerfile*')
|
||||
|
||||
all: $(OBJECTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue