From a9d1388b4eecbe1f9c4416f370110c4705a51c6a Mon Sep 17 00:00:00 2001 From: Andrii Shevtsov Date: Thu, 13 Jun 2019 11:14:17 -0500 Subject: [PATCH] Added . to path --- guides/v2.1/cloud/docker/docker-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.1/cloud/docker/docker-config.md b/guides/v2.1/cloud/docker/docker-config.md index 1ea9df01cae..f982e46e622 100644 --- a/guides/v2.1/cloud/docker/docker-config.md +++ b/guides/v2.1/cloud/docker/docker-config.md @@ -110,7 +110,7 @@ Continue launching your Docker environment in the default _production_ mode. 1. _Optional_: If you have a custom PHP configuration file, copy the default configuration DIST file to your custom configuration file and make any necessary changes. ```bash - cp docker/config.php.dist docker/config.php + cp .docker/config.php.dist .docker/config.php ``` Convert custom PHP configuration files to Docker ENV files. @@ -184,7 +184,7 @@ The `{{site.data.var.ct}}` version 2002.0.18 and later supports developer mode. 1. _Optional_: If you have a custom PHP configuration file, copy the default configuration DIST file to your custom configuration file and make any necessary changes. ```bash - cp docker/config.php.dist docker/config.php + cp .docker/config.php.dist .docker/config.php ``` Convert custom PHP configuration files to Docker ENV files.