Skip to content

Commit 7ed82b2

Browse files
committed
Add section Custom entrypoint scripts
1 parent 78ec8a3 commit 7ed82b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

documentation/docs/content/Customization/provisioning.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Provisioning
44

55
.. important:: Provision system is only available in Docker images which are based on ``webdevops/base``!
66

7+
8+
Custom entrypoint scripts
9+
-------------------------
10+
11+
Shell scripts (``*.sh``) for container startup can be placed inside following directories:
12+
13+
- ``/entrypoint.d/``
14+
- ``/opt/docker/provision/entrypoint.d/``
15+
16+
These files (``*.sh``) will be executed automatically.
17+
18+
719
Provision Events
820
----------------
921

0 commit comments

Comments
 (0)