readme: update fly.toml volume mount

PR #12 changes directory used by Docker image. This commit updates the fly.io
instructions to use the same directory.

Signed-off-by: Gabriel Wong <gabriel@bifrost.ai>
This commit is contained in:
Gabriel Wong
2023-02-07 11:32:15 -08:00
committed by Will Norris
parent 396a3ae5a9
commit 789e2a8a67
+1 -1
View File
@@ -96,7 +96,7 @@ strategy = "immediate"
[mounts]
source="FLY_VOLUME_NAME"
destination="/root"
destination="/home/nonroot"
```
Then run the commands with the [flyctl CLI].