Updated license copyright (c) 2020, migrated docker container to organization, chores
This commit is contained in:
20
README.md
20
README.md
@@ -309,6 +309,22 @@ _Sample keys only works with the [production build](https://hoppscotch.io)._
|
||||
|
||||
## **Docker**
|
||||
|
||||
```bash
|
||||
#pull
|
||||
docker pull hoppscotch/hoppscotch
|
||||
|
||||
#build
|
||||
docker build -t hoppscotch:latest .
|
||||
|
||||
#run
|
||||
docker run -p 3000:3000 hoppscotch:latest
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Legacy Container</summary>
|
||||
|
||||
---
|
||||
|
||||
```bash
|
||||
#pull
|
||||
docker pull liyasthomas/postwoman
|
||||
@@ -320,6 +336,10 @@ docker build -t postwoman:latest .
|
||||
docker run -p 3000:3000 postwoman:latest
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
## **Releasing**
|
||||
|
||||
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
|
||||
|
||||
Reference in New Issue
Block a user