Skip to content

Commit

Permalink
docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaGetman committed Dec 18, 2020
1 parent 9bbf85f commit f37ed24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN mkdir -p /app
WORKDIR /app

COPY package*.json ./
RUN npm install -g @vue/cli
RUN npm install
RUN npm rebuild node-sass

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"devDependencies": {
"@ascendancyy/vue-cli-plugin-stylelint": "^1.1.2",
"@vue/cli": "^4.5.9",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
Expand Down Expand Up @@ -58,4 +57,4 @@
"lint-staged": {
"*.{js,jsx,vue}": "vue-cli-service lint --mode production --fix"
}
}
}

0 comments on commit f37ed24

Please sign in to comment.