chore(deps): bump + fix: typo in docker commands
This commit is contained in:
@@ -443,10 +443,10 @@ _Sample keys only works with the [production build](https://hoppscotch.io)._
|
||||
docker pull hoppscotch/hoppscotch
|
||||
|
||||
#build
|
||||
docker build -t hoppscotch:latest .
|
||||
docker build -t hoppscotch/hoppscotch:latest .
|
||||
|
||||
#run
|
||||
docker run -p 3000:3000 hoppscotch:latest
|
||||
docker run -p 3000:3000 hoppscotch/hoppscotch:latest
|
||||
```
|
||||
|
||||
<details>
|
||||
@@ -459,10 +459,10 @@ docker run -p 3000:3000 hoppscotch:latest
|
||||
docker pull liyasthomas/postwoman
|
||||
|
||||
#build
|
||||
docker build -t postwoman:latest .
|
||||
docker build -t liyasthomas/postwoman:latest .
|
||||
|
||||
#run
|
||||
docker run -p 3000:3000 postwoman:latest
|
||||
docker run -p 3000:3000 liyasthomas/postwoman:latest
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user