projects
/
website
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bdf34
)
Updated docker
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 12:25:34 +0000
(13:25 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 8 Nov 2021 12:25:34 +0000
(13:25 +0100)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 373e792180039dd4028fddbaa05e89dbacac57ff..82f2a941123b24413d1d46bf7c7193ad274c767f 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-5,6
+5,7
@@
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
+ "start:docker": "HOST=0.0.0.0 PORT=3000 nuxt start",
"lint": "eslint . --ignore-path .gitignore --ext .vue,.js",
"lint:fix": "yarn lint --fix",
"test": "jest",