diff options
-rw-r--r-- | Dockerfile | 1 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -6,6 +6,7 @@ COPY package*.json ./ # environment variables ARG VUE_APP_BACKEND_URL + RUN npm install --production COPY . . RUN npm run build --production diff --git a/package.json b/package.json index 6045822..eb89f1b 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,7 @@ "vue": "^2.6.11", "vue-moment": "^4.1.0", "vue-router": "^3.2.0", - "vuex": "^3.4.0" - }, - "devDependencies": { + "vuex": "^3.4.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", |