Style fix.

This commit is contained in:
pancho horrillo
2019-09-06 12:46:58 +02:00
parent 249d0f3e9f
commit ff0f3aefc5
+1 -1
View File
@@ -105,7 +105,7 @@ frequently throughout the spec.
#### `entrypoint` #### `entrypoint`
The entrypoint definition matches *Docker*'s shell form of it. The entrypoint definition matches *Docker*'s shell form of it.
Technically it's a string which is to be passed to the `command` (`/bin/bash -c` Technically, it's a string which is to be passed to the `command` (`/bin/bash -c`
by default) as the code to be interpreted or executed when attending requests. by default) as the code to be interpreted or executed when attending requests.