Update src/nginxconfig/i18n/en/templates/global_sections/docker.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
This commit is contained in:
parent
84980626ab
commit
70ce49ed1f
|
@ -27,5 +27,5 @@ THE SOFTWARE.
|
|||
import common from '../../common';
|
||||
|
||||
export default {
|
||||
dockerfile: `Include ${common.docker} to run nginx with Docker`,
|
||||
dockerfile: `Include Dockerfile to run nginx with ${common.docker}`,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue