Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
update path to env in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Mar 9, 2021
1 parent 3072983 commit a02a46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:

```sh
docker run -v <path-to-your-project-folder>:/home/microservice/<path-to-your-project-folder> \
--env-file ./<path-to-your-env-file> \
--env-file <path-to-your-env-file> \
--network host \
openfn/microservice:v0.3.0
```
Expand Down

0 comments on commit a02a46f

Please sign in to comment.