Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Diluka committed Dec 16, 2022
1 parent 2a31918 commit 93d1a39
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 777 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=16
ARG NODE_VERSION=18
FROM node:${NODE_VERSION}-alpine

# 设置时区为CST
Expand All @@ -15,7 +15,7 @@ RUN npm i -g healthcheck-cli
ADD package.json .
ADD package-lock.json .

RUN npm ci --prefer-offline
RUN npm ci

ADD . .

Expand Down
Loading

0 comments on commit 93d1a39

Please sign in to comment.