Fix stupid typo that costed dome 5 hours to debug.

This commit is contained in:
Chris Kiriakou
2025-03-23 19:35:49 +01:00
parent ff9d726b47
commit 99a19d38d6
+1 -1
View File
@@ -33,7 +33,7 @@ make dockerfile
``` ```
Create a seperate data directory (e.g. `docker-data`): Create a seperate data directory (e.g. `docker-data`):
```sh ```sh
mkdir docker-data mkdir data-docker
``` ```
> [!NOTE] > [!NOTE]
> To detatch the container to run it in the background add the `--detach` directly after the `run` command. > To detatch the container to run it in the background add the `--detach` directly after the `run` command.