Updated docker
authorLukas Krickl <lukas@krickl.dev>
Mon, 8 Nov 2021 12:25:34 +0000 (13:25 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 8 Nov 2021 12:25:34 +0000 (13:25 +0100)
package.json

index 373e792180039dd4028fddbaa05e89dbacac57ff..82f2a941123b24413d1d46bf7c7193ad274c767f 100644 (file)
@@ -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",