From 0a4e462c5a99d611ad229c602fa5660384cf2308 Mon Sep 17 00:00:00 2001 From: henryclw <97804910+henryclw@users.noreply.github.com> Date: Wed, 20 Apr 2022 09:23:56 -0700 Subject: [PATCH] Fix https://github.com/YunYouJun/cook/issues/12 --- Dockerfile | 4 +--- package.json | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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",