[Dockerfiles] Rename some files and create hook points
This commit is contained in:
3
data/hooks/README.md
Normal file
3
data/hooks/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Place executable scripts in each directory to run a hook at the end of a docker-entrypoint.sh script.
|
||||
|
||||
Only images with a docker-entrypoint are covered.
|
4
data/hooks/dovecot/test.sh
Executable file
4
data/hooks/dovecot/test.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo blabla
|
||||
echo dasdasd
|
Reference in New Issue
Block a user