Skip to content

Commit

Permalink
Updated license copyright (c) 2020, migrated docker container to orga…
Browse files Browse the repository at this point in the history
…nization, chores
  • Loading branch information
liyasthomas committed Dec 6, 2020
1 parent 2e72c16 commit ebae988
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 233 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Liyas Thomas
Copyright (c) 2020

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion components/layout/contributors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<a
target="_blank"
rel="noopener"
href="https://github.com/liyasthomas/hoppscotch/graphs/contributors"
href="https://github.com/hoppscotch/hoppscotch/graphs/contributors"
>
<img src="https://opencollective.com/hoppscotch/contributors.svg" />
</a>
Expand Down
4 changes: 3 additions & 1 deletion static/images/alien-head_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 6 additions & 62 deletions static/images/alien-head_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
165 changes: 18 additions & 147 deletions static/images/ufo_banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 21 additions & 21 deletions static/images/ufo_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebae988

Please sign in to comment.