Updated license copyright (c) 2020, migrated docker container to organization, chores

This commit is contained in:
Liyas Thomas
2020-12-06 12:04:55 +05:30
parent 2e72c16964
commit ebae9880dc
7 changed files with 70 additions and 233 deletions

View File

@@ -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.