Skip to content

Commit

Permalink
add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin authored and gavin committed Dec 5, 2022
1 parent 492dd7f commit 3ea0d13
Show file tree
Hide file tree
Showing 3 changed files with 9,206 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 第一阶段(构建阶段)
FROM node:12.6-alpine as builder
FROM node:14-alpine as builder

WORKDIR /app

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@
"highlight.js": "^9.15.8",
"koa": "^2.6.2",
"marked": "^0.7.0",
"node-sass": "^4.12.0",
"node-sass": "^4.14.0",
"nuxt": "^2.8.1",
"sass-loader": "^7.1.0",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}
Loading

0 comments on commit 3ea0d13

Please sign in to comment.