Skip to content

Commit

Permalink
Readme: Fix command to build with Docker on Windows (#7040)
Browse files Browse the repository at this point in the history
* docs: fix command to build with Docker on Windows

* merge docker build cmd to work on all platforms

* Update README.md

Co-authored-by: Carlgo11 <[email protected]>
  • Loading branch information
avgrad and Carlgo11 authored Dec 5, 2022
1 parent a056582 commit 77e2676
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 @@ -74,7 +74,7 @@ npm i babel-minify
Docker (Windows/Linux/MacOS):

```BASH
docker run -p 4000:4000 -v $(pwd):/twofactorauth 2factorauth/twofactorauth
docker run -p 4000:4000 -v ${pwd}:/twofactorauth 2factorauth/twofactorauth
```

Snap/Manual:
Expand Down

0 comments on commit 77e2676

Please sign in to comment.