This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user