This commit is contained in:
@@ -8,12 +8,10 @@ RUN npm install -g pnpm
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY . .
|
||||||
|
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
# convert csv to json
|
# convert csv to json
|
||||||
# automatically executed when postinstall
|
# automatically executed when postinstall
|
||||||
RUN pnpm convert
|
RUN pnpm convert
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@vitejs/plugin-vue": "^2.3.1",
|
"@vitejs/plugin-vue": "^2.3.1",
|
||||||
"@unocss/reset": "^0.6.3",
|
|
||||||
"consola": "^2.15.3",
|
"consola": "^2.15.3",
|
||||||
"critters": "^0.0.16",
|
"critters": "^0.0.16",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user