Commit
·
693a577
1
Parent(s):
d0fbd88
Update README.md
Browse files
README.md
CHANGED
|
@@ -194,7 +194,7 @@ docker build --platform=linux/amd64 -t midigpt .
|
|
| 194 |
|
| 195 |
### run a container with a volume
|
| 196 |
```bash
|
| 197 |
-
docker run --platform="linux/amd64" -v
|
| 198 |
```
|
| 199 |
### from the bash inside the container, run the example script
|
| 200 |
```bash
|
|
|
|
| 194 |
|
| 195 |
### run a container with a volume
|
| 196 |
```bash
|
| 197 |
+
docker run --platform="linux/amd64" -v ./python_scripts_for_testing:/app/python_scripts_for_testing -it midigpt
|
| 198 |
```
|
| 199 |
### from the bash inside the container, run the example script
|
| 200 |
```bash
|