mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
[Dockerfiles] Rename some files and create hook points
This commit is contained in:
parent
b02f73e68e
commit
b0711db489
17 changed files with 53 additions and 13 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue