henryclw
2022-04-20 09:23:56 -07:00
parent b78f3c6853
commit 0a4e462c5a
2 changed files with 1 additions and 4 deletions

View File

@@ -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