Skip to content

Commit f9f488d

Browse files
authored
Fix example filename in Docker setup instructions (#1221)
1 parent 121fad6 commit f9f488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/setup/1b_install_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Create the required environment configuration files:
4646

4747
```bash
4848
# Create main environment files in the parent directory
49-
cp ../.env.example ../.env
49+
cp ../.env_example ../.env
5050
cp ../.env.local_example ../.env.local
5151

5252
# Create container-specific settings

0 commit comments

Comments
 (0)