Skip to content

Commit

Permalink
Use correct docker run example
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Jun 20, 2024
1 parent dcd93e6 commit 83c92bb
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 @@ -49,7 +49,7 @@ Or, to build the image and run:

```console
$ docker build -t sdx_lc .
$ docker run -p 8080:8080 sdx_lc
$ docker run --env-file=.env -p 8080:8080 sdx_lc
```


Expand Down

0 comments on commit 83c92bb

Please sign in to comment.