From a02a46f169292f12bbe80c5b0ea8a3f206c81cfe Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Tue, 9 Mar 2021 13:57:43 +0000 Subject: [PATCH] update path to env in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38cd7ba..3460dc7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ spec: ```sh docker run -v :/home/microservice/ \ - --env-file ./ \ + --env-file \ --network host \ openfn/microservice:v0.3.0 ```