mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 15:18:35 +00:00
🐳 Resolves #164
This commit is contained in:
parent
13f6cfd601
commit
a36b4207c8
@ -152,8 +152,14 @@ You're done!
|
||||
## Docker 🐳
|
||||
|
||||
```bash
|
||||
#pull
|
||||
docker pull liyasthomas/postwoman
|
||||
|
||||
#run
|
||||
docker run -p 3000:3000 liyasthomas/postwoman:latest
|
||||
|
||||
#build
|
||||
docker build -t postwoman:latest
|
||||
docker run -p 3000:3000 postwoman:latest
|
||||
```
|
||||
|
||||
## Releasing 🔖
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 92 KiB |
Binary file not shown.
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 71 KiB |
Loading…
Reference in New Issue
Block a user