chg: [docker:readme] Fixed typo

pull/9439/head
Sami Mokaddem 2023-11-27 13:59:53 +01:00
parent bf5564fe7b
commit b28acab473
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The `prod` image has the minimum required packages to safely run MISP on a produ
## Development environment
1. Create a copy of `./docker/.env.dev.dist`, update the variables values only if you need so and know what your are doing.
```bash
cp ./docker/.env.dist ./docker.env.dev
cp ./docker/.env.dev.dist ./docker/.env.dev
```
2. Build the `dev` images:
```bash