chore(deps): bump + fix: typo in docker commands

This commit is contained in:
Liyas Thomas
2020-12-31 17:22:58 +05:30
parent 9e3083cc5d
commit 603a888e2e
3 changed files with 8 additions and 8 deletions

View File

@@ -443,10 +443,10 @@ _Sample keys only works with the [production build](https://hoppscotch.io)._
docker pull hoppscotch/hoppscotch docker pull hoppscotch/hoppscotch
#build #build
docker build -t hoppscotch:latest . docker build -t hoppscotch/hoppscotch:latest .
#run #run
docker run -p 3000:3000 hoppscotch:latest docker run -p 3000:3000 hoppscotch/hoppscotch:latest
``` ```
<details> <details>
@@ -459,10 +459,10 @@ docker run -p 3000:3000 hoppscotch:latest
docker pull liyasthomas/postwoman docker pull liyasthomas/postwoman
#build #build
docker build -t postwoman:latest . docker build -t liyasthomas/postwoman:latest .
#run #run
docker run -p 3000:3000 postwoman:latest docker run -p 3000:3000 liyasthomas/postwoman:latest
``` ```
--- ---

6
package-lock.json generated
View File

@@ -16245,9 +16245,9 @@
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}, },
"v-tooltip": { "v-tooltip": {
"version": "2.1.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/v-tooltip/-/v-tooltip-2.1.0.tgz", "resolved": "https://registry.npmjs.org/v-tooltip/-/v-tooltip-2.1.1.tgz",
"integrity": "sha512-FW95us+JnXRPo5pA6JJYrPa/PU1BgbPng0EUT6DvGHHt6r05uTdRlrPdJBUl18dPEeQEYT2HurNftSQfF2pZtA==", "integrity": "sha512-PeHb8BuYRMX1W+0mCYo6Sw9ZHtZVLRsu2NhoSOdwelmOmpDnpLtWs0MoJyQFM1S2DhDiSuVkV0Lcec0a40M4QQ==",
"requires": { "requires": {
"lodash": "^4.17.15", "lodash": "^4.17.15",
"popper.js": "^1.16.0", "popper.js": "^1.16.0",

View File

@@ -39,7 +39,7 @@
"paho-mqtt": "^1.1.0", "paho-mqtt": "^1.1.0",
"socket.io-client": "^3.0.4", "socket.io-client": "^3.0.4",
"socketio-wildcard": "^2.0.0", "socketio-wildcard": "^2.0.0",
"v-tooltip": "^2.1.0", "v-tooltip": "^2.1.1",
"vuejs-auto-complete": "^0.9.0", "vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^3.1.3", "vuex-persist": "^3.1.3",
"yargs-parser": "^20.2.4" "yargs-parser": "^20.2.4"