mirror of
https://github.com/agresdominik/predictify.git
synced 2026-04-21 17:55:49 +00:00
Fix stupid typo that costed dome 5 hours to debug.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user