We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ec8a3 commit 7ed82b2Copy full SHA for 7ed82b2
documentation/docs/content/Customization/provisioning.rst
@@ -4,6 +4,18 @@ Provisioning
4
5
.. important:: Provision system is only available in Docker images which are based on ``webdevops/base``!
6
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
19
Provision Events
20
----------------
21
0 commit comments