diff --git a/Dockerfile b/Dockerfile index 24aee48..6a9a0df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,12 +8,10 @@ RUN npm install -g pnpm WORKDIR /app -COPY package*.json ./ +COPY . . RUN pnpm install -COPY . . - # convert csv to json # automatically executed when postinstall RUN pnpm convert diff --git a/package.json b/package.json index 4cfb54e..0ba89a9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@vitejs/plugin-vue": "^2.3.1", - "@unocss/reset": "^0.6.3", "consola": "^2.15.3", "critters": "^0.0.16", "cross-env": "^7.0.3",