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:
Alessandro Manno 2020-09-28 16:40:37 +02:00 committed by GitHub
parent 84980626ab
commit 70ce49ed1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}`,
};