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.
2 parents 182d17b + 5728a71 commit 1fcab1fCopy full SHA for 1fcab1f
1 file changed
docs/deploy/docker.mdx
@@ -145,6 +145,7 @@ functions:
145
web:
146
image:
147
name: my-app
148
+ command: public/index.php # a PHP file path or class name
149
environment:
150
BREF_RUNTIME: fpm
151
events:
@@ -153,12 +154,14 @@ functions:
153
154
console:
155
156
157
+ command: bin/console # an executable file path
158
159
BREF_RUNTIME: console
160
161
worker:
162
163
164
+ command: Acme\QueueWorker # a PHP file path or class name
165
166
BREF_RUNTIME: function
167
0 commit comments