update docs

This commit is contained in:
infra
2024-06-14 13:06:28 -04:00
parent cbe0f6751a
commit 24ee53b3a5
+1 -1
View File
@@ -100,7 +100,7 @@ necessary for your application. Our example implementation does not require any
We also expose port 8080 with the `-p 8080:8080` option.
```shellv
```shell
docker run -e ENV_VARIABLE=FOO -p 8080:8080 my-model-server
```